Eagle Promise Library carries many book titles, sometimes
multiple copies of a title. For each title, the author(s), and call
number are also recorded. The library will loan as many as five
books to anyone with a borrower's card. Information kept on each
loan is the book title, the specific copy lent, the borrower and
the due date.
Draw an ER diagram data model for this library system, showing
relationships with minimum and maximum cardinalities.
Also, list the fields in each database table, indicating the
primary and foreign key fields.
Also include any (reasonable) assumptions you make.


Eagle Promise Library carries many book titles, sometimes multiple copies of a title. For each title,...
c) Write an ER Diagram for the following Library database. Identify all the Entities, Relationships and Attributes. Underline the primary keys and mark the different constraints. You can add an I attribute as a primary key for an entity to make t unique if necessary. Library has a number of branches in the city, each branch having a name, address and librarian. Books have title, authors and publisher. A book can have multiple authors but a single publisher. Note that same...
This case is a simplified (initial draft) of a new system for the University Library. Of course, the library system must keep track of books. Information is maintained about both book titles and the individual book copies. Book titles maintain information about title, author, publisher, and catalog number. Individual copies maintain copy number, edition, publication year, ISBN, book status (whether it is on the shelf or loaned out), and date due back in. The library also keeps track of patrons...
Case Study:UniversityLibrarySystem This case is a simplified (initial draft) of a new system for the University Library. Of course, the library system must keep track of books. Information is maintained about both book titles and the individual book copies. Book titles maintain information about title, author, publisher, and catalog number. Individual copies maintain copy number, edition, publication year, ISBN, book status (whether it is on the shelf or loaned out), and date due back in. The library also keeps track...