Question: Instruction: Design, develop, and implement the specified queries for the following problems. Experiment: Consider the following schema for a Library Database: BOOK(Book_id, Title, Publisher_Name, Pub_Year)

Instruction: Design, develop, and implement the specified queries for the following problems.

Experiment:

Consider the following schema for a Library Database:
BOOK(Book_id, Title, Publisher_Name, Pub_Year)
BOOK_AUTHORS(Book_id, Author_Name)
PUBLISHER(Name, Address, Phone)
BOOK_COPIES(Book_idu, Programme_id, No-of_Copies)
BOOK_LENDING(Book_id, Programme_id, Card_No, Date_Out, Due_Date)
LIBRARY_PROGRAMME(Programme_id, Programme_Name, Address)

Write SQL queries to-
1.Retrieve details of all books in the library – id, title, name of publisher, authors, number of copies in each Programme, etc.

2.Get the particulars of borrowers who have borrowed more than 3 books, but from Jan 2020 to Jun 2021.

2.Delete a book in the BOOK table. Update the contents of other tables to reflect this data manipulation operation.

4.Partition the BOOK table based on year of publication. Demonstrate its working with a simple query.

5.Create a view of all books and the number of copies that are currently available in the Library.

Step by Step Solution

3.50 Rating (153 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

SOLUTION Retrieve details of all books in the library id title name of publisher authors number of c... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

63640f0fb7a3d_238985.pdf

180 KBs PDF File

Word file Icon

63640f0fb7a3d_238985.docx

120 KBs Word File

Students Have Also Explored These Related Databases Questions!