find out the third highest salary?
Answer Posted / abhay
Select Top 1 sal from (select distinct top 3 sal from emp
order by sal desc)a order by sal
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a dynamic performance view in oracle?
What are the major difference between truncate and delete?
What happens to the indexes if a table is recovered?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
What is the parameter mode that can be passed to a procedure?
What are triggers in oracle?
How to name query output columns in oracle?
What is the difference between a hot backup and a cold backup in oracle?
What is a named program unit?
Explain oracle instance.
How to define a data field as not null?
What do you understand by database schema and what does it hold?
What is where clause in oracle?
How do I call oracle stored procedures that take no parameters?