Q. Which clause can be used to sort string values according to a specific collation?
β
Correct Answer: (D)
COLLATE
Explanation: This question is about sorting data in a MySQL database.