Computer Science, asked by jainshubh8533, 7 months ago

Write a SQL command to view record in Descending order according to Roll No in table Student.​

Answers

Answered by sahaja777
0

Answer:

The results we get from a table we may have to display in an order. The result may be from highest to lowest or lowest to highest in a numeric field or from A to Z or Z to A in a text or varchar field. We may require a combination of this also.

Similar questions