News

📚 Library Management System - SQL Schema 📌 Overview This repository is part of my SQL Developer Internship (Task 1) and demonstrates a normalized database schema for a Library Management System ...
Chose "Library" as the domain for the database design. Identified key entities: Authors, Books, Categories, Members, Loans, and BookAuthors. Designed and created tables with appropriate fields, ...