The ............... clause allows sorting of query results by one or more columns.
ORDER BY
Reason — The SQL ORDER BY clause is used to sort the result-set in ascending or descending order by one or more columns in a table.