How to find normal form?
Normal forms refer to type of functional dependencies. 1NF - A relation is in 1NF if it contains an atomic value. 2NF - A relation will be in 2NF if it is in 1NF and all non-key attributes are fully functional dependent on the primary key.
Normal forms refer to type of functional dependencies. 1NF - A relation is in 1NF if it contains an atomic value. 2NF - A relation will be in 2NF if it is in 1NF and all non-key attributes are fully functional dependent on the primary key.