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 |
Does sql server 2000 full-text search support clustering?
What is difference between oltp and olap?
Explain transaction server explicit transaction?
What is difference between index and primary key?
what is the cursor life span?
What is the maximum size per database for sql server express?
What are logical/boolean operations in ms sql server?
What triggers long term care?
can any body tell me how to know the password of current user in sql server
How retrieve field names from the table in SQL through JAVA code?
Find columns used in stored procedure?
What is dknf in normalization form?
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)