1. |
A table is in 3NF if the table is in 2NF and what other condition is met?
Please select the best answer.
|
|
A. |
There are no transitive dependencies. |
|
B. |
There are no null values in primary key fields. |
|
C. |
There are no repeating groups. |
|
D. |
All non-key attributes are functionally dependent on the table's entire primary key. |