Which of the following is NOT a guideline for adding fields to a database table?
A) Store data in their smallest parts. B) Consider the future use of the database.
C) Design to accommodate date arithmetic. D) Link tables using foreign keys
D
Computer Science & Information Technology
You might also like to view...
Match the following terms to their meanings:
I. And II. Or III. Null IV. Between ... And V. Like A. used when testing for empty record B. used to search for a range of values C. used to display records in which both conditions must be met D. operator used in search for text values E. used to display records in which either condition is met
Computer Science & Information Technology
A ________ relationship is a relationship between tables where a record in one table has only one matching record in the second table
A) one-to-many B) one-to-one C) many-to-many D) This doesn't apply to any relationship type.
Computer Science & Information Technology