Multiple Choice
Which of the following is a correct statement?
A) An asterisk can be used as the argument for the COUNT function to include NULL values in the results.
B) The NULL keyword can be included in the argument of the COUNT function to include NULL values in the results.
C) The ALL keyword can be included in the argument of the COUNT function to include NULL values in the results.
D) The INCLUDE NULLS keywords can be included in the argument for the COUNT function to include NULL values in the results.
Correct Answer:

Verified
Correct Answer:
Verified
Q89: The _ function can be used to
Q90: The _ keyword can be used with
Q91: The default keyword for group functions is
Q92: Results returned from a SELECT statement that
Q93: The HAVING clause is used to restrict
Q95: The SUM function is used to calculate
Q96: When group functions are nested,the <u>inner </u>function
Q97: The _ keyword is used to indicate
Q98: If a group function is used in
Q99: When a SELECT statement includes WHERE,HAVING,and <u>GROUP