Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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,

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.

Formulate the following queries in relational algebra and tuple relational calculus:

5.29 List the names of borrowers who currently have the book title Lord of the Rings on loan. (2 marks)

5.30 List the names of borrowers with overdue books. (2 marks)

Formulate the following queries in relational algebra only.

5.31 How many copies of ISBN 0-321-52306-7 are there? (1 mark)

5.32 How many copies of ISBN 0-321-52306-7 are currently available? (1 mark)

5.33 How many times has the book title with ISBN 0-321-52306-7 been borrowed? (2 marks)

5.34 Produce a report of book titles that have been borrowed by Peter Bloomfield. (2 marks)

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

Database Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

More Books

Students also viewed these Databases questions

Question

2. What, according to Sergey, was strange at this meeting?

Answered: 1 week ago