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
Q109: Contents of the ORDERS table
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
Q115: The _ keyword is used to indicate
Q116: Contents of the BOOKS table
Q117: Functions that return one result per group
Q118: The _ function is used to determine
Q119: The _ function is used to calculate
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