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 is the sql case statement used for? Explain with an example?
What is the difference between varchar and varchar types?
What are different types of subquery?
Delete duplicate rows without using rowid.
How secure is sql server database?
How to skip remaining statements in a loop block using continue statements?
Why olap is used?
What is the difference between clustered and non-clustered indexes in ms sql server?
How to access the inserted record of an event?
What does the on update no action do?
What is Lock table in SQL?
What is the downside of using udf?
Explain user defined views?
How to delete multiple rows with one delete statement in ms sql server?
Will count(column) include columns with null values in its count?