Find out the 3rd highest salary?
Answer Posted / ratnakar
select max(sal) from emp a where 3=(select count(sal) from
emp b where b.sal >=a.sal;
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
Enlist the data types that can be used in pl/sql?
What is vector point function?
How do you go back in sql?
What is an exception in pl/sql?
what is oracle database ? : Sql dba
Why do we use %rowtype & %type in plsql?
What is sql used for?
What is rownum in sql?
what are myisam tables? : Sql dba
Is full outer join same as cross join?
What are the query optimization techniques?
define sql insert statement ? : Sql dba
How do I create a sql script?
how to drop an existing view in mysql? : Sql dba
Why is the cursor important?