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 partitioned views?
How to write an inner join with the where clause in ms sql server?
What is snapshot report?
Do you know query execution plan?
What are different type of Collation Sensitivity?
Why I am getting this error when renaming a database in ms sql server?
What is buffer cash and log cache in sql server?
How do you create a clustered index?
If a table does not have a unique index, can a cursor be opened on it?
What stored by the tempdb ? : sql server database administration
Explain “row_number()” in sql server with an example?
Explain about nested stored procedure?
what stored procedure would you use to view lock information? : Sql server administration
Explain the dirty pages?
Explain Normalization and DE normalization