find out the second highest salary?
Answer Posted / souri sengupta
select max(salary) from employee where salary not in (select max(salary) from employee);
This worked :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does oracle handle read consistency?
What is oracle analytical function?
What is merge in oracle?
What is MTTR advisor in Oracle?
What is oracle and what are its different editions?
material view and view disadvantages?
What is an oracle database table?
What are the uses of synonyms?
How to divide query output into groups in oracle?
Calculate difference between 2 date / times in oracle sql?
What is dual table oracle?
What is the difference between pre-select and pre-query?
In oracle there is column command, how will you explain that?
What language does oracle use?
Is java required for oracle client?