Library Management By Amany

Library Management By Amany - student project

My first SQL course in Skillshare.

Designed a library management database where books are borrowed.

 

Table creation:

 Library Management By Amany - image 1 - student project

 

Data insertion:

 Library Management By Amany - image 2 - student project

Tables:

 Library Management By Amany - image 3 - student project

Data Manipulation:

 

This query selects the fname column from borrower table, book_title from book table, genre from book table, status from borrower table and return_date from library management table.

 Library Management By Amany - image 4 - student project

 

This query counts how many books are written by the author with the author ID of 3. These books should be Silent Voice and Oyasumi Punpun.


Library Management By Amany - image 5 - student project