how to get the salary in descending order with out using
the keyword desc in sql
Answer Posted / robin thomas
select * from emp order by -sal
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What command would you use to add a column to a table in sql server?
How to view existing indexes on an given table using sys.indexes?
What is data source document?
Who developed sql server?
what data regions are and what are the different data regions?
How can you check the version of sql server?
What does REVERT do in SQL Server 2005?
What is delete query?
What different steps will a sql server developer take to secure sql server?
Give me any three differences between Truncate and Delete.
When I delete any data from a table, does the sql server reduce the size of that table?
what is a transaction? : Sql server database administration
Can you explain different types of locks in sql server?
How to download microsoft sql server 2005 express edition?
What is policy based management (pbm)? : sql server database administration