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
how do you login to mysql using unix shell? : Sql dba
Which data type is a composite type?
how to do backup entire database? : Transact sql
explain the difference between delete , truncate and drop commands? : Sql dba
How do I clear the screen in sql plus?
How do you use collections in procedure to return the resultset?
What is the usage of distinct keyword?
What is difference between pls_integer and integer?
How many types of keys are there in sql?
What does (*) mean in sql?
Can we create table in function?
What does pl sql developer do?
Can primary key be changed?
how to include comments in sql statements? : Sql dba
What are sql functions? Describe in brief different types of sql functions?