Find out the 3rd highest salary?
Answer Posted / suneel
select level,max(sal)from af where level=3 connect by prior
sal>sal group by level;
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What is dml statement?
What are some predefined exceptions in pl/sql?
what is acid property in database? : Sql dba
what are the different type of sql's statements ? : Sql dba
What is parallel hint?
Show the cursor attributes of pl/sql.
How to pipe multiline string to isql?
Explain polymorphism in pl/sql.
how is exception handling handled in mysql? : Sql dba
Can we join more than 2 tables in sql?
Why do we use %rowtype & %type in plsql?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
How do I install microsoft sql?
Which table is left in join?
Does postgresql run on the cloud?