find out the third highest salary?
Answer Posted / divya
select min(sal) from salarytbl where sal in(select distinct
top 3 sal from salarytbl order by sal desc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is tns name?
Explain the function of optimizer in oracle?
How to get a create statement for an existing table?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
Can multiple cursors being opened at the same time?
what is the difference between data migration and production migration.
How to set a transaction to be read only in oracle?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to create a server parameter file?
What is a read write transaction in oracle?
Write a syntax for update query in oracle?
What do you mean by merge in oracle and how can you merge two tables?
How to invoke the data pump export utility?
What to do if dba lost the system password?
What is the Tune Query