Which one of the following would arrange the rows in ascending order in SQL ?
ORDER BY
Reason — The ORDER BY clause in SQL is used to sort the result set in either ascending or descending order.