Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following tables form part of a Library database held in an RDBMS: Book (ISBN, title, edition, year) BookCopy (copyNo, ISBN, available) Borrower (borrowerNo,

Consider the following tables form part of a Library database held in an RDBMS:

Book (ISBN, title, edition, year)

BookCopy (copyNo, ISBN, available)

Borrower (borrowerNo, borrowerName, borrowerAddress)

BookLoan (copyNo, dateOut, dateDue, borrowerNo)

where Book contains details of book titles in the library and the ISBN is the key. BookCopy contains details of the individual copies of books in the library and copyNo is the key. ISBN is a foreign key identifying the book title.Borrower contains details of library members who can borrow books and borrowerNo is the key.BookLoan contains details of the book copies that are borrowed by library members and copyNo/dateOut forms the key. borrowerNo is a foreign key identifying the borrower.

Execute the following quires using relational algebra

I. List all book titles

II. List all copies of the book title Lord of the Rings that are available for borrowing.

III. List the names of borrowers who currently have the book title Lord of the Rings on loan.

IV. How many times has the book title with ISBN “0-321-52306-7” been borrowed?

V. Produce a report of book titles that have been borrowed by “Peter Bloomfield.”

Step by Step Solution

3.37 Rating (150 Votes )

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

Fundamentals of Database Systems

Authors: Ramez Elmasri, Shamkant Navathe

6th edition

136086209, 978-0136086208

More Books

Students also viewed these Computer Network questions