An open API service indexing awesome lists of open source software.

https://github.com/sharz1/sqlserverlibrarymgmtsystemdb

A set of SQL Server queries and stored procedures to CREATE and SELECT from tables in a database for a library book management system across a few (fictional) public library branches in Houston TX.
https://github.com/sharz1/sqlserverlibrarymgmtsystemdb

sql sqlserver

Last synced: 16 days ago
JSON representation

A set of SQL Server queries and stored procedures to CREATE and SELECT from tables in a database for a library book management system across a few (fictional) public library branches in Houston TX.

Awesome Lists containing this project

README

          

# SQLServerLibraryMgmtSystemDB
A set of SQLServer queries to CREATE and populate a database for a library book management system across a few (fictional) public library branches in Houston TX and stored procedures for common queries to the DB.
Includes Book (titles) table, Authors table, Publisher table, Library Branch table, Book Copies table, Borrower table (with CardNo PK), and Book Loans table, along with 7 stored procedures to pull info such as the Book Title and Borrower's Name and Address for all books checked out and due today at a certain branch.