Nagarro interview question

What is 2NF in DBMS?

Interview Answer

Anonymous

25 May 2021

Second normal form (2NF) is a normal form used in database normalization. A relation is in the second normal form if it fulfills the following two requirements:- 1. It is in first normal form. 2. It does not have any non-prime attribute that is functionally dependent on any proper subset of any candidate key of the relation.