0% found this document useful (0 votes)
36K views

E-R Diagram For Library Management System

This document outlines the entities and attributes in an entity-relationship diagram for a library management system, including Books with attributes like title and availability, Members with identifying information and membership dates, Publishers with contact details, and Suppliers with similar attributes. Publishers publish books and suppliers provide books to the library, while members can borrow but not return books according to the assumptions.

Uploaded by

rohit_nhr
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36K views

E-R Diagram For Library Management System

This document outlines the entities and attributes in an entity-relationship diagram for a library management system, including Books with attributes like title and availability, Members with identifying information and membership dates, Publishers with contact details, and Suppliers with similar attributes. Publishers publish books and suppliers provide books to the library, while members can borrow but not return books according to the assumptions.

Uploaded by

rohit_nhr
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

E-R Diagram for library management system

In the library Management system, the following entities and attributes can be identified.

• Book -the set all the books in the library. Each book has a Book-id, Title, Author, Price,
and Available (y or n) as its attributes.
• Member-the set all the library members. The member is described by the attributes
Member_id, Name, Street, City, Zip_code, Mem_type, Mem_date (date of membership),
Expiry_date.
• Publisher-the set of all the publishers of the books. Attributes of this entity are Pub_id,
Name, Street, City, and Zip_code.
• Supplier-the set of all the Suppliers of the books. Attributes of this entity are Sup_id,
Name, Street, City, and Zip_code.

Assumptions: a publisher publishes a book. Supplier supplies book to library. Members borrow
the book (only issue).

Return of book is not taken into account

Fig. 7.13 E-R Diagram of Library Management System.

You might also like