Why is a table whose primary key consists of a single attribute automatically in 2NF when it is in 1NF?
4 years ago
Database Management System
A dependency based on only a part of a composite primary key is called a partial dependency. Therefore, if the PK is a single attribute, there can be no partial dependencies.
Bijay Satyal
Oct 23, 2021