adspace
How to sort query output in descending order in ms sql server?
Answer Posted / Abhijeet Dubey
Add the ORDER BY clause with the DESC keyword at the end of your SELECT statement. For example: SELECT column_name FROM table_name ORDER BY column_name DESC;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is standby servers? Explain types of standby servers.
What are the properties of the transaction?
What is subquery? Explain the properties of a subquery?
What is an indexed view?
Explain “row_number()” in sql server with an example?
What is in place upgrade in sql server?
What is the primary use of the model database?
Where can you add custom error messages to sql server?
What is a scheduled job or what is a scheduled task?
What is temporary table in sql server? Why we use temp table?
How to convert numeric expression data types using the cast() function?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
How to remove duplicate rows from table except one?
When should you use an instead of trigger?
How can we solve concurrency problems?