how to retrieve the top 3 salaries of the table using rownum
Answer Posted / manoj tcs
select * from (select * from emp order by sal desc)
where rownum < 4;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is stored procedure faster than query?
What is sql keyword?
How to use transactions efficiently : transact sql
Can a select statement fire a trigger?
Which is better trigger or stored procedure?
What is nvarchar in sql?
What is clustered index sql?
How do I run a sql query?
Is sql developer case sensitive?
Which are the different character-manipulation functions in sql?
what is single byte over head in oracle..?
What is the file extension for sql database?
Explain character-manipulation functions?
What are the disadvantages of file system?
How to prepare for oracle pl sql certification?