Answer Posted / mousumi dalai
select min(sal) from emp where sal in
(select sal from emp order by sal desc where ROWCOUNT <=3) ;
| Is This Answer Correct ? | 9 Yes | 36 No |
Post New Answer View All Answers
Why schema is used in sql?
What is the difference between microsoft access and sql server?
Can I learn sql in a week?
Differentiate between pl/sql and sql?
Why do we use procedures in sql?
How to connect a sql*plus session to an oracle server?
What are user defined functions?
what is the difference between truncate and delete statement? : Transact sql
what is self-join? : Sql dba
What is an inconsistent dependency?
How long does it take to learn pl sql?
is mysql query is case sensitive? : Sql dba
What is procedure explain with program?
What are pl sql data types?
how is myisam table stored? : Sql dba