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 the tcp/ip port on which sql server runs?
Can Somebody tell me the difference between Clustered & Non- Clustered Index??
How to add additional conditions in SQL?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
How to create database with physical files specified in ms sql server?
How can I know what locks are running on which resource?
Can you explain full-text query in sql server?
explain query execution plan
my name is sejal I have cleared the sbi clerk exam. I am BCA graduate My favorite subject RDBMS Relational database management system. so please send me rRDBMS related interview questions
What is a Stored Procedure?
Tell about MOM Tool(Microsoft Operator Manager)?
Do you know how to store and query spatial data?
Oracle (3253)
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)