0 votes
in Sql by
Which statement is false for ORDER BY statement?

 Requires a ASC or DESC keyword explicitly to sort the result set.

 Sorts the result set in descending order using the DESC keyword.

 Can sort based on multiple columns.

 None of the above.
...