84) A relation is in third normal form (3NF) if and only if it is in 2NF and ________.
A) all non-key attributes are determined by the entire primary key
B) there are no non-key attributes determined by another non-key attribute
C) every attribute is a candidate key
D) every candidate key is a determinant
85) A relation is in Boyce-Codd normal form (BCNF) if and only if it is in 3NF and ________.
A) all non-key attributes are determined by the entire primary key
B) there are no non-key attributes determined by another non-key attribute
C) every attribute is a candidate key
D) every determinant is a candidate key
86) If a table is designed so that every determinant is a candidate key, then that relation is in
________.
A) First Normal Form
B) Second Normal Form
C) Third Normal Form
D) Boyce-Codd Normal Form
87) If a relation is in BCNF, and each multivalued dependency has been moved to a relation of
its own, then the first relation is in ________.
A) Third Normal Form
B) Boyce-Codd Normal Form
C) Fourth Normal Form
D) Domain/key normal form