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 are .mdf files?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What is the fastest way to permanently delete a 1 million row table named customers?
Explain transaction server isolation?
What are the 7 disadvantages to a manual system?
What is a hint?
Why I can not enter 0.001 second in date and time literals in ms sql server?
Which autogrowth database setting is good?
What do you understand by triggers and mention the different types of it?
What is de-normalization and what are some of the examples of it?
Difference Between ORDER BY Clause and GROUP BY Clause in SQL?
What is difference between rownum and row_number?
What xml support does the sql server extend?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What is meant by indexing files?