find out the second highest salary?
Answer Posted / v.karthikeyan
select * from emp
where &n-1=(select count(distinct(sal)) from emp b
where emp.sal<b.sal)
| Is This Answer Correct ? | 62 Yes | 30 No |
Post New Answer View All Answers
What are oracle functions?
What to do if dba lost the system password?
Can we write dml statement in function in oracle?
Explain about your project and its relation to the current job position you are applying to?
What is a table in oracle?
Can select statements be used on views in oracle?
What is connection pooling in oracle?
How to count duplicated values in a column in oracle?
What is oracle update statement with inner join ?
State the various uses of dbcc command?
What are the attributes of cursor?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
What is varray?
What is a select query statement in oracle?
How to update values on multiple rows in oracle?