how to retrieve the top 3 salaries of the table using rownum
Answer Posted / raveendran
SELECT EMP_BASICS,ROWNUM FROM EMPLOYEE_MASTER WHERE
EMP_BASICS IS NOT NULL AND ROWNUM<=3 ORDER BY EMP_BASICS
DESC
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does a self join work?
How is data stored in sql?
What is a heap in sql?
Is left join same as inner join?
What pl/sql package consists of?
What is meant by cursor in sql?
What is the difference between unique and primary key constraints?
Why do we use subquery?
What can sql server reporting services do?
Does normalization improve performance?
How to write pl sql program in mysql command prompt?
How do I access sql anywhere database?
what is a composite key ? : Sql dba
what does myisamchk do? : Sql dba
Enlist the data types that can be used in pl/sql?