First normal form: no multivalued attributes
Second Normal Form: Any non UID attritbute must be dependent on the entire UID.
Third Normal Form: No non-UID attribute can be dependent on another non-UID attribute.
This lab will put into practice the identification of unique identifiers and the process of normalisation.