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
how to create a table index in mysql? : Sql dba
Is oracle and sql same?
Why is %isopen always false for an implicit cursor?
what is msql? : Sql dba
What's the difference between inner join and left join?
Is progress software supports to ( pl/sql )?
What is the sql query to display the current date?
Is sql better than excel?
What is the difference between local variables and global variables?
what is the difference between delete and truncate statement in sql? : Sql dba
How would you reference column values before and after you have inserted and deleted triggers?
What is pivot table in sql?
What is a sql profiler?
what happens if you no create privilege in a database? : Sql dba
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?