Question: Consider the following schema: (15) Suppliers( sid: integer, sname: string, address: string) Parts(pid: integer, pname: string, color: string) Catalogl sid: integer, pid: integer, cost: real)

 Consider the following schema: (15) Suppliers( sid: integer, sname: string, address:

Consider the following schema: (15) Suppliers( sid: integer, sname: string, address: string) Parts(pid: integer, pname: string, color: string) Catalogl sid: integer, pid: integer, cost: real) 02. 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 1. Find the names of suppliers who supply some red part. 2. Find the sids of suppliers who supply some red or green part. 3. Find the pids of parts supplied by every supplier at less than $200. (If any supplier either does not supply the part or charges more than $200 for it, the part is not selected.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!