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 are the ddl commands?
What is a schema sql?
Name the different types of indexes in sql and define them.
Does postgresql run on the cloud?
what is commit? : Sql dba
What is an inner join sql?
What is the order of sql select?
How would you reference column values before and after you have inserted and deleted triggers?
Is record in pl sql?
How does cross join work?
How does sql developer connect to oracle database?
What is the purpose of normalization?
how to escape special characters in sql statements? : Sql dba
How do you use a while loop in pl sql?
What are the three forms of normalization?