Computer Science, asked by snehamarwaha3, 4 days ago

write two usage of DESC in SQL​

Answers

Answered by wobinr
1

Explanation:

What is the use of DESC in SQL? Answer : DESC has two purposes. It is used to describe a schema as well as to retrieve rows from table in descending order. Explanation : The query SELECT * FROM EMP ORDER BY ENAME DESC will display the output sorted on ENAME in descending order.

Answered by Anonymous
0

Answer:

DESC has two purposes. It is used to describe a schema as well as to retrieve rows from table in descending order. Explanation : The query SELECT * FROM EMP ORDER BY ENAME DESC will display the output sorted on ENAME in descending order.

Similar questions