1NF:
This should remove all the duplicate columns from the table. Creation of tables for the related data and identification of unique columns.
2NF:
Meeting all the requirements of the first normal form. Placing the subsets of data in separate tables and creating relationships between the tables using primary keys.