order by clause
-
The ORDER BY clause in SQL Server
the order by clause is used to filter records in the result set. -
ORDER BY command in SQL
in sql, the order by clause is used to sort data in ascending order or in descending order on one or more columns. -
Sort results in SQL
to sort data in sql, we use the order by clause.