Pergunta de entrevista da empresa Nagarro

What is 2NF in DBMS?

Resposta da entrevista

Sigiloso

25 de mai. de 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.