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
What is user defined functions?
Is sql workbench free?
Can a table contain multiple primary key’s?
what is the difference between myisam static and myisam dynamic? : Sql dba
How many types of literals are available in pl sql?
What are different types of functions in sql?
What is count * in sql?
How do I find duplicates in the same column?
How do you delete a table?
How do I clear the screen in sql plus?
What are the disadvantages of file system?
What is indexes?
What is trigger and types?
Explain cursor types?
Is and as keyword in pl sql?