Find out the 3rd highest salary?
Answer Posted / santosh
select level,max(sal) from emp where level=3 connect by
prior sal>sal
group by level;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to write a query to show the details of a student from students table whose
What are the types of operators available in sql?
how to create a new view in mysql? : Sql dba
How do I create an index in word?
what are date and time intervals? : Sql dba
what is the difference difference between procedure and packages
What will you get by the cursor attribute sql%notfound?
What are sql constraints?
What does joining a thread mean?
What is snowflake sql?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
Is left join faster than join?
what is schema? : Sql dba
what is sql? : Sql dba
How to fix oracle error ora-00942: table or view does not exist