Which of the following is NOT a principle of relational database design?

A. Design each table to contain fields that describe only one subject.
B. Identify a primary key field or key field combination for each table.
C. Data should be entered before table relationships are built.
D. Build one-to-many relationships between the tables of your database using a field common to each table.


Answer: C

Computer Science & Information Technology

You might also like to view...

When "A-Master" appears on the left side of the ____, this indicates that the A-Master master page is open in the Document window.

A. Menu bar B. status bar C. Panel group D. Pages Panel menu

Computer Science & Information Technology

List at least three things that can be done in order to reduce the risk of theft or loss of a mobile device.

What will be an ideal response?

Computer Science & Information Technology

Explain how continuous monitoring can benefit an IT enterprise's operations.

What will be an ideal response?

Computer Science & Information Technology

Which assignment statements will copy the value " toaster" into a string variable (str1)?

a. strcpy(str1,"toaster"); b. str1 = "toaster"; c. str1 = toaster; d. str1 += toaster;

Computer Science & Information Technology