Answer Posted / venki
SELECT LEVEL,MAX(SAL) FROM EMP WHERE LEVEL=&LEVEL
CONNECT BY PRIOR SAL>SAL GROUP BY LEVEL;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are oracle functions?
How can you use check constraints for self referential integrity?
Can multiple columns be used in group by in oracle?
How to recover a dropped table in oracle?
Why we use bulk collect in oracle?
How to change program global area (pga) in oracle?
How to use subqueries with the in operator using oracle?
Name the three major set of files on disk that compose a database in Oracle?
How to write a query with an inner join in oracle?
What is the purpose of save points in oracle database?
Can select statements be used on views in oracle?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What is the difference between hot backup and cold backup in oracle?
How to connect to a local oracle 10g xe server?
How would you go about verifying the network name that the local_listener is currently using?