This project is a simple SQL database that contains a table for storing book information in an online library.
The table includes the following columns:
- BookID: A unique ID for each book (Primary Key)
- Title: The name of the book (required)
- Author: The author’s name
- PublishedYear: The year the book was published
- Available: Whether the book is currently available (TRUE or FALSE)
This is a basic SQL table created as a practice project related to the Library and Information Science field.
It can be used as part of a larger system to manage books, members, and borrowings in a digital library.
- SQLite / SQL syntax
- Visual Studio Code (for writing the code)
Created by Neda – 2025