Which statement is true regarding the default behavior of the ORDER BY clause?
Answer options
A
Ascending order
B
Descending order
C
Random order
D
As stored in the table
Correct answer: Ascending order
Explanation
Quick AnswerThe correct answer is Ascending order because it directly addresses the core logic of Database Management.
The default ORDER BY sort order is ascending (ASC).