Answer Posted / sasi
select * from
(select sal,rank() over (order by sal desc) emprank from emp)
where emprank<=3
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you write a subquery?
What is sql*loader?
What is plpgsql language?
What are crud methods?
Can a foreign key have a different name?
How are functions and procedures called in PL/SQL?
Can we join tables without foreign key?
Can cursors be part of a trigger body?
how to return query output in html format? : Sql dba
What is the difference between inner join and natural join?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Which are the different case manipulation functions in sql?
Does db2 use sql?
What is sqlservr exe?
what is the difference between truncate and drop statements? : Sql dba