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 index in Oracle?
What are set operators?
What are the limitations of check constraint?
State any two functions of oracle?
Explain the blob datatype?
What is an oracle transaction?
How to view all columns in an existing table?
What is data block in Oracle?
Name the various constraints used in oracle?
What is the difference between post-database commit and post-form commit?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
State and explain the different types of data models?
What is data type in oracle?
What is Data Dictionary Cache in Oracle?
What is a nested table?