Multiple Choice
Contents of the ORDERS table
-Based on the contents of the ORDERS table,which of the following SQL statements will display the number of orders that have not been shipped?
A) SELECT order#,COUNT(shipdate)
FROM orders
WHERE shipdate IS NULL;
B) SELECT order#,COUNT(shipdate)
FROM orders
WHERE shipdate IS NULL
GROUP BY order#;
C) SELECT COUNT(shipdate)
FROM orders
WHERE shipdate IS NULL;
D) SELECT COUNT(*)
FROM orders
WHERE shipdate IS NULL;
Correct Answer:

Verified
Correct Answer:
Verified
Q23: When the SELECT statement includes both WHERE
Q24: The <u>AVG</u> function only includes non-NULL values
Q25: Which of the following lines of the
Q26: A(n)_ should be included as the argument
Q27: The <u>GROUP BY</u> clause is used to
Q29: Pattern matching features available in a SELECT
Q30: The <u>STDDEV</u> function calculates the standard deviation
Q31: The MIN function can be used with
Q32: The _ function calculates the average of
Q33: The _ function is used to calculate