Book Loan System: ER Diagram With Tables and Relationship
Book Loan System: ER Diagram With Tables and Relationship
Introduction
Library project system that offers many flexible and convenient features, allowing librarians
and library users to maximize time and efficiency. Library System gives the all detailed
information about students, staff and books. It will track on the how many books available in
library and books issued to the students. It shows popular book among the students. It will
provide book lost in library. It keeps the record of the suppliers and book binders. It generates
MIS reports for management. Our software is customizable for any library requirement.
User Requirement
ER Diagram with Tables and Relationship:
List of Tables
author table
book table
employee table
job Table
loan table
payment table
publisher table
student table
Award
award VARCHAR(10),
);
employee_no INT
isbn INT
);
Form of Tables
Author
Award
Book
Employee
Job
Loan
Payment
Publisher
Student
Conclusion
Database management system helps to provide uniform access to data. Other than that DBMS also
helps to guarantee data integrity for the library and helps to set access policies for data. Protect against
system failure also one of the advantages of uses of DMBS. Rationalization of information processing
that user can concentrate on using information in library with DBMS.