Which statements about the ORDER BY clause in SQL are correct?
A) If present, should be the final clause in a SQL query.
B) Sorts in ascending order by default but can be made to sort in descending order if desired.
C) Can be used with numeric, character, and date data types.
D) All of these choices