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
Explain what are clusters?
How can you merge two tables in oracle?
How to define an anonymous procedure with variables?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
What is the difference between substr and instr?
What is ASM (Automatic Storage Management) in Oracle?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
What is key preserved table?
What is the difference between postgresql and oracle?
How to create a table interactively?
Why use resource manager in Oracle?
What is the data type of dual table?
How to generate query output in html format?
How to run create database statement again?
How to estimate disk space needed for an export job?