Answer Posted / venubabu
Select level,Max(sal) from emp
Where level=&level connect by prior sal>sal
group by level;
sql>Enter value for level:5
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is hash cluster in oracle?
What are the restrictions on external table columns?
What is Java Pool in Oracle?
What is a trigger and what are its types?
How to get execution statistics reports on query statements?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
Is the After report trigger fired if the report execution fails ?
What is difference between truncate and delete?
How to call a stored function with parameters?
What are the general rules on data consistency?
How to get maxsal , minsal, ename department wise in single query
How to rename a column in an existing table?
Please explain drop constraint oracle?
Can select statements be used on views in oracle?
Describe an oracle table?