find out the third highest salary?
Answer Posted / punit chauhan
select * from emp where sal<(select max(sal) from emp
where sal<(select max(sal) from emp))
punit chauhan
iMS NOIDA
doing MCA
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain oracle instance.
How to run queries on external tables?
How to define an anonymous procedure without variables?
What is a private synonym?
How to convert characters to times in oracle?
How to create lov dynamically at runtime & attach to text field?
What is the difference between $oracle_base and $oracle_home?
How to write a query with a right outer join in oracle?
How do I limit the number of rows returned by an oracle query after ordering?
What is bind variable in oracle 11g?
What is index in Oracle?
What is the difference between a user and a schema in oracle?
Explain what does a control file contain?
How many anonymous blocks can be defined?
What is columnar storage what is the advantage?