Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(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
(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 part that costs more than $20 Find the colora of prssuplied by a supplier named TNeo' (II) Find the sids of suppliers who supply some yellow part and some black part (iv) Find the sids of suppliers who supply every yellow part (v) Find the pids of parts supplied by every supplier at less than $100 (vi) Find the names of suppliers who do not supply a yellow part
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started