Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Given the database description below: Tb _ Supplier ( Supp _ ID , Name, City ) Tb _ Consumer ( Con _ ID , Name,
Given the database description below:
TbSupplierSuppID Name, City
TbConsumerConID Name, City
TbProductProdID Name, MU
TbOffersSuppID ProdID Quantity, Price
TbRequestsConID ProdID Quantity, Price
TbTransactionsTID SuppID ConID ProdID Quantity, Price
Solve the following queries using Except and Intersect:
Name of suppliers from Wausau or offering computers or offering oranges?
Name of suppliers who do not have an offer?
Name of suppliers offering cars and computers?
Products nobody purchased in Madison?
Cities where neither cars nor computers are offered?
Name of suppliers offering only cars and computers?
Name of products not offered in Chicago?
Name of products offered in Chicago, but not requested in Madison?
Name of suppliers that sold only cars and computers and only in Madison?
Name of products sold in Chicago, but not requested in Madison?
Name of suppliers that sold at most one product type do not use the COUNT
function
Supplier cities where none of the suppliers has any offers?
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