find out the second highest salary?
Answer Posted / hiten
select max(sal) from emp where sal not in(select max(sal)
from emp);
Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
How do I learn what codesets are available in oracle?
Can select statements be used on views in oracle?
How to empty your oracle recycle bin?
How to filter out duplications in the returning rows using oracle?
How to convert numbers to characters in oracle?
Why do we use bulk collect in oracle?
Is there a function to split a string in plsql?
Can the query output be sorted by multiple columns in oracle?
What is the database name in oracle?
How do I uninstall oracle 11g?
What is oracle host variable?
How to install oracle database 10g xe?
Can we call procedure inside function in oracle?
What is logical backup in oracle?
How to start your 10g xe server?