how to get the salary in descending order with out using
the keyword desc in sql
Answer Posted / sanjay
Select * from emp order by ((Select max(salary ) from emp) -
salary)+1
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
How do you delete duplicate rows in sql server?
What is the difference function and stored procedure?
Explain what is it unwise to create wide clustered index keys?
What is a covering index?
How to move database physical files in ms sql server?
What is difference between count (*) and count 1?
What is named query? : sql server analysis services, ssas
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
How to use go command in "sqlcmd"?
What do you mean by cardinality?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
Is port 1433 secure?
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
What is normalization process?