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
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What is an invalid partition table?
What is a sql trace file?
What is difference between inner join and cross join?
what is the difference between blob and text? : Sql dba
How can you view the errors encountered in a trigger?
What is scalar function?
Can I join the same table twice?
What is pivot in sql?
Is sql a dbms?
What is join view in sql?
How do I remove all records from a table?
How can we implement rollback or commit statement in a trigger?
Why we use sql profiler?
what are the nonstandard string types? : Sql dba