Himanshu Singh 10th A Library Management System
Himanshu Singh 10th A Library Management System
(402)
Student Info
Prepared By:Himanshu Singh
Class: X
Section:Azaming
Class Roll No.:19
Registration No.:487
Submitted To:_________
ACKNOWLEDGEMENT
INTRODUCTION
Tables in the
Project
2. Loans Details
Relationship B/W Table
1. Books Table and Authors Table
Relationship Type: One-to-Many (One
write multiple books).
Link: The Author_ID field in the Books
references the Author_ID in the Autho
Explanation: This relationship allows e
entry to reference its author without d
the author’s information in every book
also makes it easy to view all books b
author.
Nationality, etc.
Function: Links each book in the Books
and Membership_Date.
Function: Ensures the library has up-to-
transaction.
Fields: Loan_ID, Book_ID (foreign key fro
Author_ID.
Loans Table is linked to the Books Tab
Copies_Available > 0.
Books by a Specific Author: Join Book
using Borrower_ID.
Due Soon: Query loans approaching the
send reminders.
Overdue Books: List loans where Due_D