Submit the SQL Statements necessary to create your database according to the following guidelines:
- Your SQL statements should exactly mirror your ERD.
- All primary keys, foreign keys, and relationships should be implemented in your SQL statements.
- You do not have to include the CREATE DATABASE command, as your instructor will assume the database has already been created and selected.
- Include DROP TABLE statements before your CREATE TABLE statements so your script can be run multiple times.
Submit your SQL CREATE Statements as one text file, with a .sql extension.