Question: IST 2 1 0 - Lab 4 Normalization Introduction - In order to complete this lab, we will be using the database created in Lab
IST Lab Normalization
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 Book database, presently there is only one table:
The Book database's ERD
In this lab we want our database to have the normalized version of the data in our bookbasic table. This will help reduce data redundancy and increase data integrity. At the end of this lab, you will end up with six new tables seven tables overall including the original bookbasic table Our new tables will contain very similar data as we have seen in bookbasic. Your book database at the end of this lab should look like the following ER Diagram:
Ex More Practice with Subqueries
Purpose: To practice writing complex queries Mysol Requirements: moviesfull database zyBooks:
Required Screenshots
Every Question
Complete the problems, take a screenshot of every probliem, add it to a word document, and submit the document containing all screenshots.
Write a query that finds the years that have had a Japanese movie released. Show only the years.
tablemovyear
Write a query that shows all of the movies that were released in the same year as a Japanese movie. Use the IN operator and your query from # as the subquery. Hint: Your query from # returns a list of valid years
Ex More Practice with Subqueries
Purpose: To practice writing complex queries
MySQL Requirements: moviesFull database
zyBooks:
Required Screenshots
Every Question #
Complete the problems, take a screenshot of every problem, add it to a word document, and submit the document containing all screenshots.
Write a query that finds the years that have had a Japanese movie released. Show only the years.
tablemovyear
Write a query that shows all of the movies that were released in the same year as a Japanese movie, Use the IN operator and your query from # as the subquery. Hints; Your query from returns a list of valid years
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
