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
What is dirty page?
Explain powershell included in sql server 2008?
Explain the different index configurations a table can have?
What is a covering index?
How to get the number of affected rows?
How except clause is differs from not in clause?
How can you find out which stored procedures are recompiling?
How to transfer data from a cursor to variables with a "fetch" statement?
Is it possible in sql table to have more than one foreign key?
What is a field name?
what are database files and filegroups? : Sql server database administration
What is the function of inner join?
Can a database be shrunk with users active?
What are different types of database indexes?
What to check if a User database is locked?