Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Supplier (sid: integer, sname.: string, address: string) Part(pid: integer, pname string, colour: string) Catalog(sid: integer, pid: integer, cost: real) The relation Supplier stores suppliers and

image text in transcribed

Supplier (sid: integer, sname.: string, address: string) Part(pid: integer, pname string, colour: string) Catalog(sid: integer, pid: integer, cost: real) The relation Supplier stores suppliers and the key of that relation is sid. The relation Part stores parts, and pid is the key of that relation. Finally, Catalog stores which supplier supplies which part at which cost. The key is the combination of the two attributes sid and pid. Write the queries in relational algebra for the following: Find the names of suppliers who supply some red part. Find the IDs of suppliers who supply some red or green part. Find the IDs of suppliers who supply some red part or are based at 21 George Street. 4. Find the IDs of suppliers who supply some red part and some green part. For each of the following relational algebra queries, write in English what they mean

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

Students also viewed these Databases questions