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 action plan is preferred if sql server is not responding?
Explain go command in sql server?
Explain log shipping?
How to find out what is the default collation in a database?
What is the bookmark lookup and rid lookup?
What is mean by dml?
What is an extended Stored Procedure?
How will you make an attribute not process? : sql server analysis services, ssas
can you any body tell me simple recovery,full recovery,bulk logged recovery where can use?
Differentiate between a local and a global temporary table?
Explain indexing and what are the advantages of it?
can you tell me some sites name for sql server 2000 commands with example??? plz reply soon.
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)