Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

uery 1 : List the total dollars of all invoice amounts. ( Use AS to rename the returned column to TotalDollars. ) Query 2 :

uery1:
List the total dollars of all invoice amounts. (Use AS to rename the returned column to TotalDollars.)
Query2:
List the average quantity and average invoice amount of all the orders. (Use AS to rename the returned
columns to AvgQuantity and AvgDollars.)
Query3:
List the average invoice amount for all January orders. (Use AS to rename the returned column to
AvgJanAmt.)
Query4:
List the product id, product name, city, and quantity for all products warehoused in either Dallas or
Newark. (Use an IN clause within your WHERE

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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