how to check the 3rd max salary from an employee table?
Answer Posted / kotesh
select level,max(salary) from employee
where level=3
connect by prior salary>salary
group by level;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can primary key be changed?
Is join an inner join?
Is oracle sql free?
What is pragma in sql?
what is union, minus and interact commands? : Sql dba
is it possible to pass an object or table to a procedure as an argument?
Is id a reserved word in sql?
What is compilation error in pl sql?
What does over partition by mean in sql?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
How to start oracle sql developer?
What is difference between table and view?
Why functions are used in sql?
Explain unique key in sql.
What is java sql package?