1.

Tables in second normal form (2NF):(a) Eliminate all hidden dependencies(b) Eliminate the possibility of a insertion anomalies(c) Have a composite key(d) Have all non key fields depend on the whole primary keyThe question was asked in an online quiz.My question comes from Normal Forms in chapter Normalization of Database Management

Answer»

Correct option is (a) Eliminate all hidden dependencies

For EXPLANATION: The relation in second NORMAL form is ALSO in first normal form and no PARTIAL dependencies on any column in primary key.



Discussion

No Comment Found

Related InterviewSolutions