Library Management System Report
Library Management System Report
Objective
The Librarian can perform many functions after logging into the
system, such as, adding a new book, adding a new student, issuing a
book, returning (accepting) a book, and view transactions (statistics
about issuing and returning of books).
In the System, every book has an ISBN no., Name, Author, and a
Price.
Every student has a student ID, Name, Course, Branch, and Year.
While issuing a book the Librarian must enter the ISBN number of
the book, the ID of the student, and the issue date.
ENTITIES:
Book
Admin
Student
Record
ATTRIBUTES:
BOOK:
ISBN
Title
Author
Quantity
Price
ADMIN:
User_id
Password
STUDENT:
Name
Course
Branch
Student_id
State
RECORD:
Return_Date
ISBN
Student_id
Issue_Date
Relationships – Cardinality
Entity-Relationship Diagram
GUI Design
Conclusion
• Though SQL doesn’t have the GUI interface like Microsoft access is
having and they all manage the database comfortable.
• This project shows how to create tables in SQL and how to creates
simple data manipulation language and data definition language with
how to execute them.
• Lastly, the project shows how queries are created in SQL server,
Queries like the create command, view, update, alter etc.