Answered step by step
Verified Expert Solution
Question
1 Approved Answer
IST 2 1 0 - Normalized Music Database Required Screenshots Provide screenshot ( s ) of the SQL statements used to create the new tables
IST Normalized Music Database
Required Screenshots
Provide screenshots of the SQL statements used to create the new tables
Provide screenshotg of the SQL statements used to create the new tables Provide screenshots of the SQL statements used to establish referential integrity
Provide screenshots of a successful import log for each table.
Total Screenshots:
Introduction In order to complete this lab, we will be using the database created in Lab to
create a new, normalized, set of tables. The following is an ER Diagram showing the content of
our music database, presently there is only one table:
In this lab we want our database to have the normalized version of the data in our musicbasic
table. This will help reduce data redundancy and increase data integrity. At the end of this lab
you will end up with four new tables five tables overall including the original musicbasic
table Our new tables will contain very similar data as we have seen in musicbasic. Your music
database at the end of this lab should look like the following ER Diagram:
Provide screenshots of the SQL statements used to establish referential interuity between
the appropriate tables
a Make sure to use CASCADE UPDATE and CASCADE DELETE
b Hint: You con interpret which columns are foreign keys from the ERD
c If you completed this step in # you do not need to provide additional screenshots.
Part : In order to complete part of the lab, you will need to ensure that you have the
following files. You will need to populate the tables using the import wizard in the workbench
with the below files. A successful important will wield the listed amount rows in each table.
genre.csv rows
artist.csv rows
alburn.csv rows
Instructions:
You will need to interpret this diagram and complete the following steps to create our new
tables and populate them with data.
Hints:
You can use the CSV files located on Canvas to help you create the tables
All the tables have an ID column, sometimes referenced in a different table. This is the
primary keyforeign key relationship.
If foreign key constraints exist, the order you create tables and import data matters.
You might want to start with the ortists table.
Include all screenshots in a single Word document with headers for each step.
Part : Our new normalized database contains tables. You will need to create the new tables
using SQL statements and establish referential integrity between the appropriate tables.
Provide screenshot s of the SQL statements used to create the new tables include the
statement and the Action Output
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started