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