1. Open and examine the following ERR design file people.mwb 
    1. Each person is described by their name and email.
    2. Each person can be registered in multiple countries.
    3. Ensure it is in 3rd normal form.
    4. Ensure the relationships and primary and foreign keys are correct.
  2. Create a database from the design. 
  3. Import the following data into the database people.txt
    1. You may have to modify the data to match your design
  4. Execute the following commands and save the results.
    1. SHOW TABLES
    2. Execute DESCRIBE for each table in the database
    3. Export the database using MySQL Workbench

https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html

  1. Each part; the correct design, correct database, imported data, and execute commands is each worth 25% of the homework grade.
  2. Submit the updated design file, saved results file, and the exported database file.

YourLastName_people.mwb

YourLastName_p2.txt

YourLastName_database.txt