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 only. a. How many copies of ISBN “0-321-52306-7” are there? b. How many copies of ISBN “0-321-52306-7” are currently available c. How many times has the book title with ISBN “0-321-52306-7” been borrowed? d. Produce a report of book titles that have been borrowed by “Peter Bloomfield”

Fundamentals of Information Systems
8th Edition
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Ralph Stair, George Reynolds
Chapter3: Database Systems And Applications
Section: Chapter Questions
Problem 9SAT: _______________ is a special purpose programming language for accessing and manipulating data stored...
icon
Related questions
Question

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 only.

a. How many copies of ISBN “0-321-52306-7” are there?

b. How many copies of ISBN “0-321-52306-7” are currently available

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

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

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Fundamentals of Information Systems
Fundamentals of Information Systems
Computer Science
ISBN:
9781305082168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning