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
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is the size of partition table?
Can you have more than one trigger on a table?
What happens when a trigger is associated to a view?
What is trigger and how to use it in sql?
What is oracle sql called?
What do you mean by rowid?
What is sql profiling in oracle?
Mention what pl/sql package consists of?
What are the methods of filing?
What is an example of translating a date into julian format?
What is mdb stand for?
What are the sql aggregate functions?
What is a temp table?
Is join and inner join the same?