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 are character functions in sql?
What is a heap in sql?
What is server name sql?
What are the ddl commands?
How do I create an index in word?
what are date and time intervals? : Sql dba
What is coalesce sql?
What is compiled query?
Does truncate remove indexes?
What is data modelling in sql?
What is the left table in sql?
What are triggers in sql?
What is the use of index in hive?
How many sql commands are there?
What is the difference between left join and right join?