Question: Design a set of database tables to store library books and patrons. A book has an ISBN (International Standard Book Number), an author, and a
Design a set of database tables to store library books and patrons. A book has an ISBN (International Standard Book Number), an author, and a title. The library may have multiple copies of each book, each with a different book ID. A patron has a name, a unique ID, and an address. A book may be checked out by at most one patron, but one patron can check out multiple books.
Step by Step Solution
3.41 Rating (145 Votes )
There are 3 Steps involved in it
To design a set of database tables that best models the situation you described we would first identify the main entities in the description and relat... View full answer
Get step-by-step solutions from verified subject matter experts
