Library Management System with Database
Designed and implemented a Library Management System using relational database concepts. The system manages core library operations including book cataloging, member registration, borrowing/return tracking, and overdue fine calculation. The database includes entities such as Books, Members, Staff, , and Payments, with relationships handled through foreign keys and junction tables. SQL queries and triggers were used to automate processes like overdue fine calculation and availability updates.