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
How to connect to oracle using service name instead of sid?
How do we represent comments in oracle?
How do I uninstall oracle client from windows?
Is it possible to split the print reviewer into more than one region ?
What do database buffers contain?
What is object data modeling?
Difference between varchar and varchar2 data types?
How to open a cursor variable?
How do we create privileges in oracle?
1) Does oracle have any table which contain all the exceptions and it's code internally?
How to pass parameters to procedures?
What is a trigger oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
What is execute immediate in oracle?
What is Segment Advisor in Oracle?