Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following schema: Suppliers ( sid: integer, sname: string, address: string ) Parts ( pid: integer, pname: string, color: string ) Catalog ( sid:

Consider the following schema:
Suppliers(sid: integer, sname: string, address: string) Parts(pid: integer, pname: string, color: string) Catalog(sid: integer, pid: integer, cost: real)
The key fields are underlined, and the domain of each field is listed after the field name. Therefore sid is the key for Suppliers, pid is the key for Parts, and sid and pid together form the key for Catalog. The Catalog relation lists the prices charged for parts by Suppliers. Write the following queries in RELATIONAL ALGEBRA
a) Find the names of suppliers who supply some red part.
b) Find the sids of suppliers who supply some red or green part.
c) Find the sids of suppliers who supply some red part or are at 221 Packer Street.
d) Find the sids of suppliers who supply some red part and some green part.
e) Find the sids of suppliers who supply every part.
f) Find the sids of suppliers who supply every red part.
g) Find the sids of suppliers who supply every red or green part.
h) Find the sids of suppliers who supply every red part or supply every green part.
i) Find pairs of sids such that the supplier with the first sid charges more for some part than the supplier with the second sid.
j) Find the pids of parts supplied by at least two different suppliers.

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

Select Healthcare Classification Systems And Databases

Authors: Katherine S. Rowell, Ann Cutrell

1st Edition

0615909760, 978-0615909769

More Books

Students also viewed these Databases questions

Question

What are metadata?

Answered: 1 week ago

Question

=+ Who do you think is right? Why?

Answered: 1 week ago