Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 814 Bytes

File metadata and controls

25 lines (16 loc) · 814 Bytes

Online Library SQL Project – Book Table

This project is a simple SQL database that contains a table for storing book information in an online library.

Table: Books

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)

Summary

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.

Tools Used

  • SQLite / SQL syntax
  • Visual Studio Code (for writing the code)

Created by Neda – 2025