find out the third highest salary?
Answer Posted / arijit
donno whether the rest are correct ..but this one is:-
select max(sal) from emp where sal<(select max(sal) from emp
where sal<( select max(sal) from emp));
| Is This Answer Correct ? | 52 Yes | 17 No |
Post New Answer View All Answers
What is partitioned table in Oracle?
What is data type in oracle?
defination of bitmap index
How do we get field detail of a table?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
What do you know about normalization? Explain in detail?
How to use subqueries in the from clause in oracle?
What is the implicit cursor in oracle?
Explain compound trigger in oracle?
How to unlock the sample user account in oracle?
How to convert characters to numbers in oracle?
What is the maximum limit on the number of columns in a table?
What is the minimum client footprint required to connect c# to an oracle database?
What happens if you lost a data file?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.