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 sql*loader?
What are all the different normalization?
What is clustered index sql?
What is error ora-01000: maximum open cursors exceeded
Can there be more than one function with a similar name in a pl/sql block?
How is data stored on a disk?
How to connect a sql*plus session to an oracle server?
How long it takes to learn pl sql?
What is sql lookup?
How do you modify a column in sql?
what are the features and advantages of object-oriented programming? : Sql dba
What is the difference between join and natural join?
What is lexical units in pl sql?
How to start the command-line sql*plus?
How do you get column names only for a table (sql server)?