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
What do you mean by merge in oracle?
How to get execution path reports on query statements?
How many types of segments in Oracle?
How can I introduce multiple conditions in like operator?
what is Single Byte Overhead...?
What happens if variable names collide with table/column names?
What is the usage of save points in oracle database?
What are a cluster and non-cluster index?
What are the different types of partitions in oracle?
How to drop an index in oracle?
Can the query output be sorted by multiple columns in oracle?
How to put more than 1000 values into an oracle in clause?
How would you change old and new values in an insert, delete and update triggers?
What is the data pump export utility?
What is a proxy class?