Embed presentation
Download to read offline


To convert a table to 2nd normal form (2NF): 1. Create new tables for each partial dependency in the primary key, copying the determinant attribute as the primary key of the new table. 2. The determinant attributes must remain in the original table to serve as foreign keys between tables. 3. Dependent attributes are moved from the original table to the new tables containing the determinant as the primary key. Attributes without a partial dependency remain in the original table.
