Computer Science for IGCSE & O level - Databases (Section 2 - No. 9)
What is the correct SQL syntax to sort results in descending order?
ORDER BY field ASC
SORT BY field DESC
ORDER BY field DESC
SORT BY field ASC
Explanation
The correct syntax is ORDER BY followed by the field name, then DESC for descending order.
Comments (0)
