Which two statements are true regarding the ORDER BY clause? ()
- AIt is executed first in the query execution
- BIt must be the last clause in the SELECT statement
- CIt cannot be used in a SELECT statement containing a HAVING clause
- DYou cannot specify a column name followed by an expression in this clause
- EYou can specify a combination of numeric positions and column names in this clause