Which of these clauses sort a result set in ascending order?
Yippee! The ORDER BY
clause sorts in ascending order by default, but we can explicitly tell it to as well.
Not quite! The ORDER BY
clause sorts in ascending order by default, but we can explicitly tell it to as well.