how to check the 3rd max salary from an employee table?
Answer Posted / amit
select max(sal) from emp where sal<(select max(sal) from emp where sal<(select max(sal) from emp));
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can you know that statistics should be updated?
What are the datatypes available in pl/sql ?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What is pl sql collection?
What is cursor in pl sql?
What is the maximum number of columns in sql table?
Is and as keyword in pl sql?
how to calculate expressions with sql statements? : Sql dba
What are the different sql commands?
How many commands are there in sql?
What are character functions in sql?
Can one improve the performance of sql*loader? : aql loader
What is trigger in sql and its types?
What are the types of variable use in pl sql?