how to get the salary in descending order with out using
the keyword desc in sql
Answers were Sorted based on User's Feedback
Answer / gourav
select salary from(select salary,rownum as r from (select salary from employees))
where r<9;
| Is This Answer Correct ? | 2 Yes | 8 No |
What is policy management?
How would you choose between a clustered and a non-clustered index?
Is the order of columns in the set clause important in ms sql server?
How to create Clustered Primary Key to table?
How to list all user names in a database?
How would you use user_constraints table in DB?
What is auditing in sql server?
What is the difference between a stored procedure and a user defined function?
Can you explain the disadvantages/limitation of the cursor?
plz tell me the new features of sqlserver2000,sqlserver2002,sqlserver2005
What is the difference between char, varchar and nvarchar?
How to list all login names on the ms sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)