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
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
B
B
1NF: No multivalued attributes
2NF: 1NF + No partial functional dependencies
3NF: 2NF + No transitive functional dependencies
4NF: 3NF + No multivalued dependencies
5NF: 4NF + Removing of all the remaining anomalies