use the first table you created in Lesson 1, and examine it for all conditions for it to be considered a relation. Individually, use each table created in your database in Lesson 5 and step by step examine it for: Is the table a relation? If not, convert it to a relation. Step-by-step examine for each normal form and make any necessary changes to get each of your tables to 3NF Create the physical ER model using the revised tables. Rewrite your SQL to create a new database and implement all the new tables from Step 2 Create all of the tables, attributes, and the primary and foreign keys.