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
What is oracle pl sql developer?
What is normalization sql?
Why do we use view in sql?
How do I truncate a sql log file?
Can a foreign key have a different name?
What are dml commands?
What is the usage of the distinct keyword?
What does cursor do in sql?
Do we need to rebuild index after truncate?
What is bind reference and how can it be created?
how does a local variable is defined using t-sql? : Transact sql
What are the different sql commands?
What is the most restrictive isolation level? : Transact sql
What does an inner join do?
Can a view be mutating? If yes, then how?