Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 key

Answer: a
Explanation: The relation in second normal form is also in first normal form and no partial dependencies on any column in primary key.

Join The Discussion