Q. Which clause is used to sort query elements?
β
Correct Answer: (D)
ORDER BY
Explanation: This question is about sorting the results of a query in MySQL. We want to find the clause that specifically controls the order of the output.