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
Can we use bind variables in oracle stored procedure?
How to view all columns in an existing table?
how to handle exceptions in post production
How to get a list of all background sessions in the database?
Is oracle a relational database?
How to insert multiple rows with one insert statement in oracle?
Explain oracle left join with an example?
what is the scripts in data base?
Is java required for oracle client?
State the various uses of dbcc command?
How to call a sub procedure?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
Can we convert a date to char in oracle and if so, what would be the syntax?
Where is the export dump file located?
What is the difference between truncate & delete command?