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
Q104: Which of the following can be used
Q105: By default,the AVG function assumes the _
Q106: The _ keyword can be used with
Q107: Contents of the ORDERS table
Q108: The _ function is used to calculate
Q110: Which of the following can be used
Q111: The SUM function can only be used
Q112: A(n)_ should be included as the argument
Q113: The _ function can be used to
Q114: Contents of the ORDERS table
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents