A database can perform four core operations, known as CRUD (Create, Read, Update, and Delete). Create is the ability to insert information into the database. Read is the ability to retrieve stored data, possibly transforming it during this process. Update refers to the ability to store newer information in place of older information. Delete refers to the ability to remove data that is no longer needed.
How would a travel agent use a database?
to keep track of all customers and resort info also flight information
What is the advantages and disadvantages of manual data capture?
Advantages:
Disadvantages:
What are one to many and many to many Relationship in database?
Relationships happen between two tables.
One to Many means that one objects (called tuples, or rows) of Table A is related to one or more objects in Table B.
For example, if a doctor can work only in one hospital, and we have a table of hospitals and a table of doctors, Hospitals has a One to Many relationship with Doctors, because for each hospital you will have one or more doctors working at it.
Many to Many means that for each object in Table A, one or more objects in Table B are associated, and viceversa.
In the example, if doctors are allowed to work in different hospitals, the table Hospitals and the table Doctors have a Many to Many relationship.
Now, how to implement this in a relationship DB, that is another question.
How would you structure a database for tracking a family tree?
Identify the entities in the database
Select the unique identifier/primary key
Identify appropriate attributes
Select the appropriate data types
Create a recursive relationship
Identify the cardinality of a relationship
To make generalizations about future events based on inferences from data?
Prediction... Foretelling... Extrapolation...
Propagation of operation in object modeling?
Propagation means triggering ie something which fires automatically. Thepropogation of operation is applied with aggregation, if some operation is applied with the high level aggrigate the same operation will be performed with all lower aggregates. For example in aggregation between document and paragraph if we will perform an operation copy with document it will automatically applied with paragraph also. This propagation of operation.
kailash
Unless I am mistaken. A group(ed) file is named based upon the "type" of host program or directory you are downloading it from, or keeping it on. Whether it be a music, or video file. It really just depends.
entity is an object with physical existence(car, house, person) or with conceptual existence (company, university course)
What are all the kinds of bytes?
this is in order from samllest to biggest :
Bit = 1bit
Byte = 8bits
Kilobyte (kB) = 1024 bytes or 10^3
Megabyte (MB) = 1048576 bytes or 10^6
Gigabyte (GB) = 1073741824 bytes or 10^9
Terabyte (TB) = 1099511627776 bytes or 10^12
Petabyte (PB) = 10^15 bytes
Exabyte (EB) = 10^18 bytes
Zettabyte (ZB) = 10^21 bytes
yottabyte (YB) = 10^24 bytes
(this is as far as i know)
In a datasheet which mode assumes that you are trying to change the value of a particular field?
Edit mode
How can you apply McKinsey's 7S model to any food business?
The famous McKinsey's 7S model comprises of the major foundations which are essential to efficient operations of any enterprise. The 7Ss stand for
Could you please Draw a data flow diagram for ordering supplies for a barber shop?
A data flow diagram for ordering supplies for a barber shop would include key processes such as "Identify Supply Needs," "Place Order," and "Receive Supplies." The flow would show data inputs like "Current Inventory" and "Supplier Information" feeding into the "Identify Supply Needs" process. Outputs from "Place Order" would include "Order Confirmation" sent to suppliers, while the "Receive Supplies" process would involve updating "Inventory Records." Arrows would indicate the flow of information between these processes and external entities like suppliers.
What is the difference between an inquisitorial system and an adversarial system?
The judge has a passive role in the adversary system and an active one in the inquisitorial. The counsel has an active role in the adversary and a passive role in the inquisitorial. In adversary, the burden of proof rests on the accuser whereas in the inquisitorial the burden of proof rests on noone. Adversary systems can have juries.
What are the five key corporate planning objects in databases?
Five key corporate planning objects:
a. Organizational units, which are the various organizational departments
b. Organizational locations, which are the places at which business operations occur
c. Business functions, which are related groups of business processes that support the mission of the organization (Note that business functions are different from organizational units; in fact, a function may be assigned to more than one organizational unit. For example: product development, a function, may be the joint responsibility of the sales and manufacturing departments.)
d. Entity types, which are major categories of data about the people, places, and things managed by the organization
e. Information systems, which are the application software and supporting procedures for handling sets of data