Answered step by step
Verified Expert Solution
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
- 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 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'
- For each library branch, list its name and how many copies of the book titled "The Lost Tribe" it owns.
- 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started