Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A database for an online bookstore needs to store information about books ( identified by isbn, with title and price as attributes ) , authors
A database for an online bookstore needs to store information about books identified by isbn,
with title and price as attributes authors identified by authorid with name and url as
attributes and publisher identified by publishername, with address and url as attributes
Each book is written by one or more authors and published by exactly one publisher.
a Draw an ER diagram that captures all of the information provided above.
b Define tables using SQL that correspond to the above ER diagram. You must define
the smallest number of tables all in BCNF no proof required For each table, specify
primary and foreign keys as well as necessary constraints.
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