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 a foreign key ? : Sql dba
Explain table and field in sql?
What is a full join sql?
How do we accept inputs from user during runtime?
How do I remove sql developer from windows 10?
which tcp/ip port does sql server run on? : Sql dba
What is the max nvarchar size?
What is optimistic concurrency control? : Transact sql
Where is sql database stored?
Explain correlated query work?
what does the t-sql command ident_current does? : Transact sql
What are different types of functions in sql?
Explain the select statement in sql?
List different type of expressions with the example.
How many rows can sqlite handle?