Answer Posted / mousumi dalai
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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you rename a table in sql?
Is sql a scripting language?
What is a join?
What is right join in sql?
Differentiate between % rowtype and type record.
What is an implicit commit?
What does trigger mean in psychology?
what is the use of double ampersand (&&) in sql queries?
What is a recursive stored procedure?
What are sql constraints?
How can the performance of a trigger be improved?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Why do we need sharding?
What is the difference between union and union all command?
What are procedures used for?