A table is in second normal form (2NF) if it is in first normal form and no ____ field is dependent on only a portion of the primary key.

A. attribute
B. alpha
C. non-normal
D. nonkey


Answer: D

Computer Science & Information Technology

You might also like to view...

Make sure to end every entity reference with a(n) _____.

A. period B. comma C. apostrophe D. semicolon

Computer Science & Information Technology

You can use the keyboard shortcut ________ to cut text and place it on the clipboard

A) Ctrl + C B) Ctrl + V C) Ctrl + X D) Ctrl + S

Computer Science & Information Technology

Global variables allow a programmer to bypass the normal safeguards provided by functions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following statements deletes the node to which cur points?

a. prev->next = cur; b. cur->next = prev; c. cur->next = cur->next; d. prev->next = cur->next;

Computer Science & Information Technology