how to find the second highest salary from emp table?
Answer Posted / raghavendraprasad
select salary from emp e where &n-1=(select count(*) from
emp where salary>e.salary);
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
what are the different type of sql's statements ? : Sql dba
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
Are there any features that are decommissioned in 11g that are not present in 11g?
Explain commit, rollback and savepoint.
how to write date and time literals? : Sql dba
Describe different types of general function used in sql?
What is snowflake sql?
What program will open a mdb file?
What is sql exception?
What is execution plan in sql?
Explain aggregate functions are available there in sql?
What is the reports view in oracle sql developer?
Does sap use sql?
Is sql developer case sensitive?
What are different functions in sql?