find out the second highest salary?
Answer Posted / karthikeyan
select max(sal) from emp
where sal <(select max (sal)from emp);
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is truncate autocommit in oracle?
What are the uses of linked server and explain it in detail?
How to shutdown your 10g xe server?
What is SQL access advisor in Oracle?
What are the differences between primary key and unique key?
What do you mean by cdb and pdb in oracle 12c?
How to rename an index?
Why is oracle database so popular?
How to write text literals in oracle?
In what script is snap$ created? In what script is the scott/tiger schema created?
what is Single Byte Overhead...?
What is parameterized cursor in oracle?
Name the various constraints used in oracle?
What is the difference between pre-select and pre-query?
What is the simplest tool to run commands on oracle servers?