ORDER BY is the only way to sort the rows in the result set. Without this clause, the relational database system may return the rows in any order.
Sandhya Answered question July 5, 2023
The term ORDER BY is used to sort the result set in ascending or descending order. By default, the ORDER BY keyword organizes the records in ascending order.
Vishalini.R Answered question July 5, 2023
