Question: The library management system has a database that shows the relationships between the entities such as a book, publisher, and member. Since this is a
The library management system has a database that shows the relationships between the entities such as a book, publisher, and member. Since this is a simple system, it has only three entities. Entities and Attributes---------------------------------------------------------------------------------------------- Book Entity: It has author, book_ID, title, price, and availability. Publisher Entity: It has publisher_ID, publisher_address, and publisher_name. Member Entity: It has member_ID, member_date, member_type, member_address, member_name, and expiry_date. Note: A member will borrow books, for the borrowing relation will be related to the due date and return date.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
