Third Normal Form (3NF)

Home > Computer Science > Database Systems > Normalization > Third Normal Form (3NF)

Each non-key attribute in a table must depend only on the primary key, and not on any other non-key attribute.