Answer:
DESC is used to describe a schema as well as to retrieve rows from table in descending order.
The query SELECT * FROM Student ORDER BY SNAME DESC will display the output sorted on SNAME in descending order.
Asked In: Many Interviews |
Alert Moderator