Q. Which MySQL clause is used to sort the result set?
β
Correct Answer: (B)
ORDER BY
Explanation: `ORDER BY` is used to sort the result set in ascending or descending order.