Embed presentation
Download to read offline







A table is in first normal form if it contains no repeating columns. It is in second normal form if it is in first normal form and contains only columns dependent on the whole primary key. A table is in third normal form if it is in second normal form and all non-key columns depend only on the primary key, resolving transitive dependencies by moving dependent non-key columns to another table.





