Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2) (65 points) In Assignment #2 an EER scheme diagram for keeping track of information for an art museum is given below: 1) (17 points)
2) (65 points) In Assignment #2 an EER scheme diagram for keeping track of information for an art museum is given below: 1) (17 points) Map this schema into a relational schema and specify all primary keys and foreign keys on the relational schema. 2) (8 points) Check the relations in your relational schema to determine whether each of them is in 3NF. Otherwise decompose them to form 3NF relations. 3) (10 points) Using MySQL create a relational database with its tables for the problem 4) (10 points) Using MySQL insert and/or load your own data for the created database 5) (20 points) Using deferent formats of select and update statements (at least 10 statements, including at least 3 select statements with nested and/or set operation) to manipulate the database. Print your script file to show these statements and their execution results
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