Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The ERD listed below depicts a book store. An ORDER can have many books on it and a book can be on many ORDERs. Additionally

The ERD listed below depicts a book store. An ORDER can have many books on it and a book can be on many ORDERs. Additionally there can be many Authors per book and an Author can write many books. How would you revise this draft?
\table[[ORDER],[OrderID: VARCHAR [PK]],[OrderDate: VARCHAR],[CustomerID: VARCHAR],[Employeeid: VARCHAR]]
\table[[BOOK],[BookID: VARCHAR [PK ]],[Title: VARCHAR],[AuthorID: VARCHAR],[CopyrightDate: VARCHAR],[ISBN: VARCHAR]]
Take the OrderID in ORDER and place it in BOOK. Create an entity for AUTHOR and place BookID in AUTHOR as a foreign key.
Nothing needs to be done. This is perfect.
Take the BookID in BOOK and place it in ORDER. Create an entity for AUTHOR.
Create a linking table between ORDER and BOOK. Additionally create an entity for AUTHOR and linking table between AUTHOR and BOOK.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning VB 2008 Databases

Authors: Vidya Vrat Agarwal, James Huddleston

1st Edition

1590599470, 978-1590599471

Students also viewed these Databases questions

Question

How does computer networking work?

Answered: 1 week ago

Question

How do cultures and social communities shape communication?

Answered: 1 week ago

Question

3. Write a policy statement to address these issues.

Answered: 1 week ago

Question

2. Why has the conflict escalated?

Answered: 1 week ago