which clause should you insert this expression?

You are writing a query that returns a list of products that have grossed more than $10,000.00
during
the year 2007.
You need to insert the following filter expression into the query.
SUM([Order Details].UnitPrice * [Order Details].Quantity) > 10000
Into which clause should you insert this expression?

You are writing a query that returns a list of products that have grossed more than $10,000.00
during
the year 2007.
You need to insert the following filter expression into the query.
SUM([Order Details].UnitPrice * [Order Details].Quantity) > 10000
Into which clause should you insert this expression?

A.
ON

B.
WHERE

C.
HAVING

D.
GROUP BY



Leave a Reply 0

Your email address will not be published. Required fields are marked *