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 mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What is bulkcopy in sql?
What is the New in SQL server 2008?
What happens if the update subquery returns multiple rows in ms sql server?
What do you understand by triggers and mention the different types of it?
What is explicit cursors?
Suggest a method of joining two tables.
0 Answers Ernst Young, Thomson Reuters,
What is Sqlpaging in SqlServer 2005 ?
How to truncate a table first before running a package?
How optimize sql query with multiple joins in sql server?
How to restore performance issues and how to check?
Is sql server implemented as a service or an application? : Sql server database administration
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)