.Which clause allows sorting of a query results by one or more column ?
Answers
Answered by
0
The ORDER BY clause allows you to sort data by multiple columns where each column may have different sort orders. Note that the ORDER BY clause is always the last clause in a SELECT statement.
Similar questions