Multiple Choice
Which of the following lines of the SQL statement contains an error?
1 SELECT title,MAX(retail)
2 FROM books
3 WHERE retail > 30
4 AND pubid = 1
5 GROUP BY retail
A) Line 2
B) Line 3
C) Line 4
D) Line 5
Correct Answer:

Verified
Correct Answer:
Verified
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
Q23: When the SELECT statement includes both WHERE
Q24: The <u>AVG</u> function only includes non-NULL values
Q26: A(n)_ should be included as the argument
Q27: The <u>GROUP BY</u> clause is used to
Q28: Contents of the ORDERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q29: Pattern matching features available in a SELECT
Q30: The <u>STDDEV</u> function calculates the standard deviation