Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Find the names of all authors of books published by Pearson that cost more than $100. Find the names of all borrowers who have borrowed

image text in transcribed

  1. Find the names of all authors of books published by "Pearson" that cost more than $100.

  1. Find the names of all borrowers who have borrowed books that are overdue. Notes: You can use the actual date at the time when you solve the assignment to verify whether a book loan is overdue. Also, assume that date comparison is available in relational algebra; for example, '12-Jan-2020'

  1. For each library branch, list its name and how many copies of the book titled "The Lost Tribe" it owns.

  1. d)How many copies of the book titled "The Lost Tribe" are owned by the library branch whose name is "Sharpstown"?

e)Find the names of all members who have not borrowed any books from the library.

Relational algebra. Consider the following relational schema for a library: book book_id varchar title varchar publisher varchar author varchar price number varchar varchar book_copies book_id branch_id no_of_copies borrower card_no varchar varchar varchar book_loans book_id branch_id card_no date_out due_date name varchar number varchar address number date phone varchar date varchar

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

Data Access Patterns Database Interactions In Object Oriented Applications

Authors: Clifton Nock

1st Edition

0321555627, 978-0321555625

More Books

Students also viewed these Databases questions

Question

How can the Internet be helpful in a job search? (Objective 2)

Answered: 1 week ago