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 do you understand by a view?
Can you explain what are commit and rollback in sql?
How do you rebuild an identity column?
How to create prepared statements using odbc_prepare()?
What is the sql profiler?
Explain the functionalities that views support?
What is a non clustered primary key?
What is temporal table?
What is acid properties?
How do I completely remove sql server instance?
How to execute a sql statement using odbc_exec()?
What do you mean by acid?
Does sql server 2000 clustering support load balancing?
What is attribute relationships, why we need it? : sql server analysis services, ssas
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?