Second Normal Form (2NF)

Home > Computer Science > Database Systems > Normalization > Second Normal Form (2NF)

All non-key attributes in a table are dependent on the primary key and have no transitive dependency on any other attributes.