Answer Posted / noorulahaq
select min(sal) from emp where sal in (
select sal from
( select sal from emp order by sal desc )
where rownum <=3 )
| Is This Answer Correct ? | 26 Yes | 17 No |
Post New Answer View All Answers
Can dml statements be used in pl/sql?
What is dense_rank in sql?
How do I remove duplicates in two columns?
Why left join is used in sql?
What is left join in postgresql?
How do I run a pl sql procedure in sql developer?
Can a procedure in a package be overloaded?
what are the properties and different types of sub-queries? : Sql dba
Which query operators in sql is used for pattern matching?
Can we call stored procedure in function?
What are triggers and its uses?
Is vs as in pl sql?
What is the current version of sql?
What is difference between joins and union?
What are transaction and its controls?