Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise Problems #2, #3, & #4 will use relations similar to those in our semester project. Here are each of the relations for this homework:

image text in transcribed

Exercise Problems #2, #3, & #4 will use relations similar to those in our semester project. Here are each of the relations for this homework: Stores( store id: integer, name: String, address: string) Items( item_name: String, weight: real, color: String ) Inventory( store id: integer, item_name: String, price: real) 2. [8 pts] Provide the SQL that will execute these queries. Find the names of stores that have every item in their inventory. Find all pairs of store ids such that the store with the first id charges more for an item than the second store (second id) charges for the same item. Find the ids and names of all stores which have at least one green and at least one red item in inventory. For every store whose inventory contains at least one green item and at least red item, print the name and price of the most expensive item in the store. a. b. c. d. 3. [8 pts) Convert the SQL queries in the Problem #2 into relational algebra. [3 pts] State what this relational algebra expression computes. (rstore-id((ocolor-blue,Items) ba (price

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

Spatio Temporal Database Management International Workshop Stdbm 99 Edinburgh Scotland September 10 11 1999 Proceedings Lncs 1678

Authors: Michael H. Bohlen ,Christian S. Jensen ,Michel O. Scholl

1999th Edition

3540664017, 978-3540664017

More Books

Students also viewed these Databases questions