Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Introduction to Database Design This assignment will address the following unit objectives: 1 . Create relational tables that incorporate entity integrity and referential integrity constraints.
Introduction to Database Design
This assignment will address the following unit objectives:
Create relational tables that incorporate entity integrity and referential integrity constraints.
Use normalization to decompose a relation with anomalies into wellstructured relations.
Grading:
The assignment is worth points. Each question is worth points, except # which is worth points.
Task
objectives &
A local bookstore has asked you to help them track book information for coming special events. The store manager came to you with the attached spreadsheet, hoping there was an easier way.
Answer the following questions based on the managers spreadsheet:
List the columns that the manager wants to track.
Are any of these columns not atomic? If so which ones? How should those columns be broken down?
What tables or entities do propose to group these attributes together?
For each of your proposed entities, what field should be used the primary key?
What relationships will exist between your proposed entities? Are there foreign key fields that need to be added to any of the tables as a result? If so what foreign keys need to be added?
Head over to LucidChart and draw out the ERD based on your work so far. Include an export of that model here.
Look over the model one last time, checking for any repeating groups. Did you find any redundancies? If so how would you adjust to normalize out those redundancies?
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