08.21.17 - 12.17.17
All tables and their associated fields are created according to design | 50 pts |
All tables include test data | 10 pts |
SQL query questions are answered or explained | 40 pts |
Total | 100 pts |
For this lab you will need to implement your database in a database management system called MySQL.
Begin by downloading and installing MySQL on your computer along with the GUI tools which will be needed to access and manipulate your database. There are many resources available on the internet that describe this process.
Once MySQL is setup and it working, execute the SQL statements that are needed to create the tables for your database and to place sample data into those tables.
When your database is created and data has been included in your tables, backup your database and submit the backup file as the first part of your solution for this lab.
For the second part of your lab solution, write SQL select statements needed to answer the following questions. If your design does not allow for the question to be answered, describe why and what changes need to be made to the database's design to allow the question to be answered. Include your answers in a text file and include that file as the second part of your solution for this lab.