Q. Which clause is used to "sort the rows of the final result set by one or more columns"?
β
Correct Answer: (B)
ORDER BY
Explanation: This question asks about the clause in SQL that helps you arrange the data in your final result set. Imagine you have a list of students with their scores, and you want to see them organized from highest to lowest score. That's where the "ORDER BY" clause comes in.