Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

POSSIBLE HELPER BELOW: - MAY OR MAY NOT NEED Section 2: This section covers relational algebra (50 points). (A) Consider the following schema: Suppliers(sid: integer,

image text in transcribed

POSSIBLE HELPER BELOW: - MAY OR MAY NOT NEED

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

Section 2: This section covers relational algebra (50 points). (A) Consider the following schema: Suppliers(sid: integer, sname: varchar(20), address: varchar(50)) Parts(pid: integer, pname: varchar(20), color: varchar(15)) Catalog(sid: integer, pid: integer, cost: real) The key fields are underlined Domains of each field are listed after field name The Catalog relation lists prices charged for parts by Suppliers Write the following queries in relational algebra (30 points): (i) Find the names of suppliers who supply some blue part (i) Find the sids of suppliers who do not supply a red part (ii) Find the sids of suppliers who supply some blue or red part (iv) Find the sids of suppliers who supply some blue part and some red part (v) Find the sids of suppliers who supply every blue part (vi) Find the pids of parts supplied by every supplier at less than $50. (lf a supplier either does not supply the part or charges more than $50, the part is not selected.)

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 Neo4j

Authors: Gregory Jordan

1st Edition

1484200225, 9781484200223

More Books

Students also viewed these Databases questions

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago