how to check the 3rd max salary from an employee table?
Answer Posted / srinivas
select max(sal) from emp where sal<(select max(sal) from emp where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to download oracle sql developer?
Which one is better subquery or joins?
What is a pragma statement?
What is acid property in a database?
What is the reports view in oracle sql developer?
Why coalesce is used in sql?
What is the use of <> sql?
Is sql open source?
how to use myisamchk to check or repair myisam tables? : Sql dba
Can we group by two columns in sql?
What is varray in pl sql?
What does the argument [or replace] do?
Explain what is a database?
Does varchar need length?
what is a database? : Sql dba