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

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

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.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


user

user

Please explain why is Option A correct? Thanks