Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please do the following sql script, question 5 part a,b,c,d,e This is the table --- 6 For vendor whose product sales exceeds $700, display the

Please do the following sql script, question 5 part a,b,c,d,e

image text in transcribed

This is the table

image text in transcribed

--- 6 For vendor whose product sales exceeds $700, display the VendorID, VendorName and total amount of sales as "TotalSales" select 6; -- 7 Display the ProductID, Productname and Product Price of the cheapest product. select 7; -- 8 Display the ProductID, Productname and VendorName for products whose price is below average price of all products sorted by productid. select 8; 1 -- 9 Display the ProductID and Productname from products that have sold more than 2 (total quantity). Sort by ProductID select 9; -- 10 Display the ProductId for the product that has been sold the most (highest total quantity across all transactions). select 10; VENDOR VendorID VendorName PRODUCT ProductID ProductPrice ProductName VendorID (FK) CategoryID (FK) REGION RegionID Region Name CATEGORY CategoryID CategoryName STORE StoreID StoreZip RegionID (FK) INCLUDES ProductID (FK) TID (FK) Quantity SALES TRANSACTION TID TDate StoreID (FK) CustomerID (FK) CUSTOMER CustomerID CustomerName CustomerZip

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 Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

More Books

Students also viewed these Databases questions

Question

How would you assess the value of an approach like this?

Answered: 1 week ago