Second Normal Form (2NF) is a stage in the normalization process of a relational database where a table is in First Normal Form and all non-key attributes are fully functionally dependent on the primary key. This ensures that there are no partial dependencies of any column on the primary key, thereby reducing redundancy and improving data integrity.