Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write the following queries in SQL, using the relational database below: book( book-id , title , publisher-name ) book-authors( book-id , author-name ) publisher( publisher-name

Write the following queries in SQL, using the relational database below: book( book-id , title , publisher-name ) book-authors( book-id , author-name ) publisher( publisher-name , address , phone ) book-copies( book-id , branch-id , no-of-copies ) book-loans( book-id , branch-id , card-no , date-out , return-date ) library-branch( branch-id , branch-name , address ) borrower( card-no , name , address , phone ) i. What is the maximum number of branches that a reader has borrowed at least two different book titles from each branch? (20 p) ii. Which book title with at least two authors have the maximum number of copies overall in all branches? (20 p) iii. Which readers have borrowed at least a title from all except one of the whole branches of the library? (20 p) iv. Which branches of the library has at least one copy for two Dan Brown written book titles currently available for loan? (

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions