Which two statements are true regarding the ORDER BY clause? (Choose two.)
A.
You cannot specify a column name followed by an expression in this clause.
B.
You can specify a combination of numeric positions and column names in this clause.
C.
It is executed first in the query execution.
D.
It must be the last clause in the SELECT statement.
E.
It cannot be used in a SELECT statement containing a HAVING clause.