S
Skido
Data Request 1:
Find customers who placed orders on or after May 1, 1998. Show distinct
company names of these customers.
Data Request 2:
Using the query you generated in Data Request 1 as part of a nested SQL
Select query, find customers who placed orders in April 1998 but not on or
after May 1, 1998. Show distinct company names of these customers.
Data Request 3:
Calculate total price for each completed order and sort based on total price
so that the ordering is from highest to lowest dollar amount. Show the order
ID column and the total price column labeled as “Total Priceâ€.
Find customers who placed orders on or after May 1, 1998. Show distinct
company names of these customers.
Data Request 2:
Using the query you generated in Data Request 1 as part of a nested SQL
Select query, find customers who placed orders in April 1998 but not on or
after May 1, 1998. Show distinct company names of these customers.
Data Request 3:
Calculate total price for each completed order and sort based on total price
so that the ordering is from highest to lowest dollar amount. Show the order
ID column and the total price column labeled as “Total Priceâ€.