The clause in SQL which specifies that the query result should be sorted in ascending or descending order based upon the values of one or much more columns is
Ans : Order by
The clause in SQL which specifies that the query result must be sorted in ascending or descending order based upon the values of one or much more columns is ORDER BY. (ORDER BY clause is utilized to arrange the result of the SELECT statement)