Which normal form is a table in if it has no multi-valu…

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:
According to the Second Normal Form (2NF) there must be no partial dependencies on a concatenated key.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Hola

Hola

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