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 do I run a sql trace?
Do ddl statements need commit?
What are the popular database management systems in the it industry?
What does := mean in pl sql?
what is index? : Sql dba
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is pivot query?
what is clause? : Sql dba
What are the types of queries in sql?
What are operators available in sql?
What are tables and fields in the database?
What is the main reason behind using an index?
How exception handling is done in advance pl/sql?
How can you select unique records from a table?
What is sqlerrd?