Final Homework Assignment: worth 4-homeworks. You must create a new database with at least three tables by:
1. Creating an ER diagram
2. Listing the functional dependencies, confirming that the database is in at least 4NF
3. Using SQL commands to create the and populate the database (there do not need to be many rows)
4. Creating four example SQL queries that would use the database that include: a. an aggregate function b. a join c. a nested query