Which normal form is a table in if it has no multi-valued attributes and no partial dependencies?
A.
First normal form
B.
Second normal form
C.
Third normal form
D.
Fourth normal form
Explanation:
Which normal form is a table in if it has no multi-valued attributes and no partial dependencies?
Which normal form is a table in if it has no multi-valued attributes and no partial dependencies?
A.
First normal form
B.
Second normal form
C.
Third normal form
D.
Fourth normal form
Explanation:
First Normal Form (1NF): No repeating elements or groups of elements
Second Normal Form (2NF): No partial dependencies on a concatenated key
Third Normal Form (3NF): No dependencies on non-key attributes
Excellent, thanks.
Looks like B