Junior
What is the purpose of the ORDER BY operator in SQL?
sobes.tech AI
Answer from AI
The ORDER BY operator is used to sort the result set of a query by one or more columns. Sorting can be in ascending (ASC, default) or descending (DESC) order.