TECHNOLOGY 

Published on

KembaraXtra–Computer Terms – 2NF

2NF, or Second Normal Form, is a stage of relational database design achieved after First Normal Form. A table reaches 2NF when all non-key attributes depend entirely on the table’s primary key rather than on only part of it. This eliminates partial dependencies, reduces redundant data, and improves the structural integrity of relational databases, preparing them for progression to higher normalization forms.


Picture
0 Comments