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 to call a javascript function from pl sql?
What mean sql?
What is pl/sql table? Why is it used?
What is bind variable in pl sql?
what are the difference between clustered and a non-clustered index? : Sql dba
Is left join same as inner join?
How to read/write files from pl/sql?
What are the different dcl commands in sql?
How do you write an inner join query?
Why is a trigger used?
Why coalesce is used in sql?
What are literals in sql server?
What is trigger types of trigger?
Explain the uses of database trigger.
What is a parameter query?