Second Normal Form (2NF) is a database normalization concept used in relational database design. It builds upon the rules of First Normal Form (1NF) and aims to eliminate certain types of redundancy and potential update anomalies by ensuring that all non-key attributes are fully functionally dependent on the entire primary key.
New to topics? Read the docs here!