Answer Posted / pradeep
select * from emp where sal in(select min(sal) from (select
sal from emp order by sal
desc) where rownum <= 3);
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is java sql connection?
Can there be more than one function with a similar name in a pl/sql block?
What is audit logout in sql profiler?
How do I remove sql developer from windows 10?
How can a function retun more than one value in oracle with proper example?
What are field types?
Is pl sql a programming language?
Which sql statement is used to delete data from a database?
What is pessimistic concurrency control? : Transact sql
what are all the different normalizations? : Sql dba
What is pl sql and why it is used for?
How can I speed up sql query?
What is mutating trigger?
How many types of indexes are there in sql?
Does a join table need a primary key?