Solved–Chapter 10– How to design a database– Solution

$30.00 $19.00

Exercises Use MySQL Workbench to create an EER model from the script file named create_my_guitar_shop.sql that’s in the mgs_ex_starts folder. From the model, create an EER diagram that shows the relationships between the seven tables in the database. (The administrators table is not related to the other six tables.) Use MySQL Workbench to create an…

You’ll get a: . zip file solution

 

 

Description

5/5 – (2 votes)

Exercises

  1. Use MySQL Workbench to create an EER model from the script file named create_my_guitar_shop.sql that’s in the mgs_ex_starts folder.

From the model, create an EER diagram that shows the relationships between the seven tables in the database. (The administrators table is not related to the other six tables.)

  1. Use MySQL Workbench to create an EER diagram for a database that stores information about the downloads that users make.

    1. Each user must have an email address, first name, and last name.

    1. Each user can have one or more downloads.

    1. Each download must have a filename and download date/time.

    1. Each product can be related to one or more downloads.

    1. Each product must have a name.

  1. Use MySQL Workbench to open the EER diagram that you created in exercise 2. Then, export a script that creates the database and save this script in a file named ex10-3.sql. Next, use MySQL Workbench to open this file and review it.