how to retrieve the top 3 salaries of the table using rownum
Answer Posted / sumalatha
select top 3 esal from employee order by esal desc
Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
What is out parameter used for eventhough return statement can also be used in pl/sql?
What is field delimiter?
What is a data definition language?
How to run sql statements with oracle sql developer?
what are the advantages of mysql in comparison to oracle? : Sql dba
Why use stored procedures?
How do you rank data in sql?
What are sql objects?
How long will it take to learn pl sql?
Define tables and fields in a database
Mention what problem one might face while writing log information to a data-base table in pl/sql?
what are myisam tables? : Sql dba
How do you modify a trigger?
What is the difference between sql and t sql?
What do you mean by stored procedures?