Computer Science, asked by Sakshisharma97170, 2 months ago

2. Write the steps to sort a data set on the basis of a column named CITY in ascending order
and then on the basis of a column name POPULATION in descending order.

Answers

Answered by Kristy12
2

Answer:

Order by clause is used with SELECT statement for arranging retrieved data in sorted order. The Order by clause by default sorts the retrieved data in ascending order. To sort the data in descending order DESC keyword is used with Order by clause.

Similar questions