write two usage of DESC in SQL
Answers
Answered by
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
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
Math,
2 days ago
Math,
2 days ago
Computer Science,
4 days ago
Biology,
8 months ago
Social Sciences,
8 months ago