how to get the salary in descending order with out using
the keyword desc in sql
Answer Posted / arul
Select Salary from (Select Salary as x from employee) where
x < salary
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What sql server means?
What are the advantages of policy management?
How to change parameter value inside the report?
What is a primary key?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What are database states in ms sql server?
Can you use order by when defining a view?
What is difference between views and tables?
Differentiate between delete and truncate.
What is the use of sign function?
How to get the definition of a stored procedure back?
Write SQL queries on Self Join and Inner Join.
How do you rename a table in sql server?
How do you implement session management in SQL Server mode?
What is sub-query in sql server? Explain its properties.