You work in Marketing and are planning a sales campaign for household products and wish to know details about select products and their sales history. Develop a query that includes these attributes in this order: product name, product unit price, product units in stock, and an aggregate column that represents the total quantity sold on all past sales, named "Historic Product Sale Quantity." Restrict the query output in this order: records that include product names that end with the pattern "lamp" or "quilt" or that include the pattern "clock" or "carpet" anywhere within the product name. Sort the output by the "Historic Product Sale Quantity" and then the product name. SQL Statement (case sensitive, must reflect what was used in SQL Browser to execute the prompt): SELECT Product.ProdName, Product.UnitPrice, Product.UnitslnStock, QtySold) AS "Historic Product Sale Quantity" FROM Product JOIN ON Product.ProdID= .ProdID WHERE Product.ProdName %3D Product.ProdName Product.ProdName Product.ProdName GROUP BY Product.ProdName, Product.UnitPrice, Product.UnitslnStock ORDER BY "Historic Product Sale Quantity", Product.ProdName; Query Result Count (enter number only, ex. 12): Result: rows

A Guide to SQL
9th Edition
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Philip J. Pratt
Chapter8: Sql Functions And Procedures
Section: Chapter Questions
Problem 9CAT
icon
Related questions
Question
You work in Marketing and are planning a sales campaign for household products and wish to know
details about select products and their sales history. Develop a query that includes these attributes
in this order: product name, product unit price, product units in stock, and an aggregate column that
represents the total quantity sold on all past sales, named "Historic Product Sale Quantity." Restrict
the query output in this order: records that include product names that end with the pattern "lamp"
or "quilt" or that include the pattern "clock" or "carpet" anywhere within the product name. Sort the
output by the "Historic Product Sale Quantity" and then the product name.
SQL Statement (case sensitive, must reflect what was used in SQL Browser to execute the prompt):
SELECT Product.ProdName, Product.UnitPrice, Product.UnitslnStock,
QtySold) AS "Historic Product Sale Quantity"
FROM Product JOIN
ON Product.ProdID=
.ProdID
WHERE Product.ProdName
Product.ProdName
Product.ProdName
Product.ProdName
GROUP BY Product.ProdName, Product.UnitPrice, Product.UnitsInStock
ORDER BY "Historic Product Sale Quantity", Product.ProdName;
Query Result Count (enter number only, ex. 12):
Result:
rows
Transcribed Image Text:You work in Marketing and are planning a sales campaign for household products and wish to know details about select products and their sales history. Develop a query that includes these attributes in this order: product name, product unit price, product units in stock, and an aggregate column that represents the total quantity sold on all past sales, named "Historic Product Sale Quantity." Restrict the query output in this order: records that include product names that end with the pattern "lamp" or "quilt" or that include the pattern "clock" or "carpet" anywhere within the product name. Sort the output by the "Historic Product Sale Quantity" and then the product name. SQL Statement (case sensitive, must reflect what was used in SQL Browser to execute the prompt): SELECT Product.ProdName, Product.UnitPrice, Product.UnitslnStock, QtySold) AS "Historic Product Sale Quantity" FROM Product JOIN ON Product.ProdID= .ProdID WHERE Product.ProdName Product.ProdName Product.ProdName Product.ProdName GROUP BY Product.ProdName, Product.UnitPrice, Product.UnitsInStock ORDER BY "Historic Product Sale Quantity", Product.ProdName; Query Result Count (enter number only, ex. 12): Result: rows
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
SQL Query
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning