Computer Science, asked by vivekgupta2014072, 6 months ago

.Which clause allows sorting of a query results by one or more column ?​

Answers

Answered by saimaraihan730
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