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 |
Is it ok to shrink transaction log?
What are the tool windows in sql server management studio? : sql server management studio
What is used to replicate sessions between instances in coldfusion clusters?
What is data mart? : sql server analysis services, ssas
Tell me what are cursors and when they are useful?
What is the difference between distinct clause and group by clause?
What are sp_configure commands and set commands?
What is the difference between push and pull subscription? : sql server replication
What is key attribute?
What is truncate table?
How do you clear a log file?
SQL Server Performance Tuning for Stored Procedures & reducing debugging time?
1 Answers CarrizalSoft Technologies,
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)