how to get the salary in descending order with out using
the keyword desc in sql
Answer Posted / k.subramanyam
select * from emp order by sal
| Is This Answer Correct ? | 9 Yes | 40 No |
Post New Answer View All Answers
How to edit table in sql server 2017?
How do you make a trace?
Which language is supported by sql server?
What is clr ddl trigger?
What are the essential components of sql server service broker?
What is the cartesian product of table?
how we use window authentication connection with sql server.?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
Explain partitioned view?
What is default port number for sql server 2000?
what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What are the difference between primary key and unique key? : sql server database administration
How to create a scrollable cursor with the scroll option?
Why I have to use stored procedures?