Page 1 of 1

Which statement is true regarding the default behavior of the ORDER BY clause?

Posted: Wed Jun 07, 2023 6:12 am
by answerhappygod
Which statement is true regarding the default behavior of the ORDER BY clause?

A. In a character sort, the values are case-sensitive
B. NULL values are not considered at all by the sort operation
C. Only those columns that are specified in the SELECT list can be used in the ORDER BY clause
D. Numeric values are displayed from the maximum to the minimum value if they have decimal positions