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
What is the difference between drop and truncate commands?
What is rollback?
how to fetch alternate records from a table? : Sql dba
What does the argument [or replace] do?
What does where 1 1 mean in sql?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
Can two tables have same primary key?
How do I find sql profiler?
How to start the command-line sql*plus?
what are rollup and cube in t-sql? : Transact sql
what is acid property in database? : Sql dba
What are the various levels of constraints?
Can you inner join the same table?
Give the order of sql select?
What are sql built in functions?