I developed a complete digital library management system that handles book records, author details, readers, and borrowing history using a local database.
Key Features:
* Add, update, and delete authors, books, and readers
* Track borrowing and returning of books
* Use of SQL aggregate queries (e.g., most borrowed author, currently borrowed books)
* Create views and simulate stored procedures
* Implement author search functionality through a user-friendly web interface