Multiple Choice
Contents of the ORDERS table
-Based upon the contents of the ORDERS table,which of the following will display how many orders were shipped to each state?
A) SELECT shipstate,COUNT(*)
FROM orders;
B) SELECT shipstate,COUNT(customer#)
FROM orders;
C) SELECT shipstate,COUNT(*)
FROM orders
HAVING COUNT(*) >0
D) SELECT shipstate,COUNT(*)
FROM orders
GROUP BY shipstate;
Correct Answer:

Verified
Correct Answer:
Verified
Q12: The DISTINCT keyword cannot be used with
Q13: If a group function is used in
Q14: Contents of the BOOKS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q15: The COUNT function can only be used
Q16: The MAX functions returns the <u>smallest </u>value
Q18: Which of the following is not considered
Q19: The _ clause is used to restrict
Q20: The _ function calculates the standard deviation
Q21: The <u>TOTAL</u> function is used to calculate
Q22: The COUNT function can be used to