how to retrieve the top 3 salaries of the table using rownum
Answer Posted / manivasan.s.,
select salary from salary_table
where rownum <4
order by salary desc
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is your daily office routine?
Explain the advantages and disadvantages of stored procedure?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What does cursor do in sql?
How do I edit a trigger in sql developer?
What are different types of sql commands?
What is pl sql commands?
What is minus?
What do you mean by stored procedures? How do we use it?
In a distributed database system, can we execute two queries simultaneously?
What are few of the schema objects that are created using PL/SQL?
what is union, minus and interact commands? : Sql dba
Explain what is an index?
what is the difference between $message and $$message? : Sql dba