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
Why does Oracle not permit the use of PCTUSED with indexes?
what happened to the global index when I truncate the data in one of the partition?
What is a initialization parameter file in oracle?
What to do if the startbd.bat failed to start the xe instance?
What is the difference between translate and replace in oracle?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
Explain implicit cursor.
How can you merge two tables in oracle?
What is define in oracle?
Explain the truncate in oracle?
What is where clause in oracle?
How to start your 10g xe server from command line?
What is SQL access advisor in Oracle?
What happens if the update subquery returns multiple rows?
How to establish administrator authentication to the server?