Computer Science, asked by wwwmuzzaffers7964, 11 months ago

How can we get the sorted MySQL output?

Answers

Answered by omegads04
0

Sorting query results is re-arranging the rows returned from a query result set either in ascending or descending order. The DESC keyword is used to sort the query result set in a descending order. The ASC keyword is used to sort the query result set in an ascending order.

Similar questions