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 happens if you add a new index to large table?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
How you can get a list of all the table constraints in a database? : Sql server administration
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
What is page-level compression?
what are the critical issues you have resloved in your company
What is resource governor in sql server?
Does sql server 2000 clustering support load balancing?
How to list all dsn entries on your local machine using odbc_data_source()?
What is relationship? What number of sorts of relationship are there?
How can I enforce to use particular index?
When do you think a developer should use sql server-based cursors?
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)