19
(Choose 1 answer)
Which statement about the ORDER BY clause is true?
A. You can use a column alias in the ORDER BY clause.
B. The ORDER BY clause should immediately precede the FROM clause in a SELECT statement
C. The default sort order of the ORDER BY clause is descending.
D. The ORDER BY clause can only contain columns that are included in the SELECT list.