Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please note: You may need to learn how to type symbols such as , , etc.. with some subscriptions. This assignment focusing on how to

Please note: You may need to learn how to type symbols such as ,, etc.. with some subscriptions. This assignment focusing on how to use relational algebra to write expressions for answering queries
-Problem 1: Consider the LIBRARY relational schema shown below, which is used to keep track of books, borrowers, and book loans. Referential integrity constraints are shown as directed arcs. Write down relational algebra expressions for the following queries on the LIBRARY database:
(a) How many copres or tne vook nued nue cost rribe" are owned by the library branch whose name is "Sharpstown"?
(b) How many copies of the book titled "The Lost Tribe" are owned by each library branch?
\table[[TABLE T1,TABLE T2],[P,a,R,A,B,C],[10,a,5,10,b,6],[15,b,8,25,c,3],[25,a,6,10,b,5]]
a.T1||>|T1.P|=T2.AT2
b.T1||>|T1.Q|=T2.BT2
c.T1||>|T1.P|=T2.AT2
d.T1||>|T1.Q|=T2,BT2
e.T1T2
f. AND T1.R=T2.C
(c) For each library branch, retrieve the branch name and the total number of books loaned out from that branch.
image text in transcribed

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

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago