find out the third highest salary?
Answer Posted / joel
select sal from emp
where sal<(select max(sal) from emp
where sal in (select sal from emp
where sal < ( select max(sal) from emp)))
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
How to convert characters to numbers in oracle?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
How to establish administrator authentication to the server?
How to experiment a data lock in oracle?
How to commit the current transaction in oracle?
How to define an anonymous block?
How to write a left outer join with the where clause in oracle?
Is truncate autocommit in oracle?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
What is query image?
Can we create database in oracle using command line ?
Can we write insert statement in function in oracle?
How can I create database in oracle?
How to load a large xml file?
What is the recommended interval at which to run statspack snapshots, and why?