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
why dont we assign not null constraint as table level constraint.
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
How to select some columns from a table in oracle?
What is a tns file?
What do you mean by cdb and pdb in oracle 12c?
Can sub procedure/function be called recursively?
What is open database communication (odbc) in oracle?
How to run create database statement?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is the use of aggregate functions in oracle?
Explain drop constraint oracle?
How to convert character types to numeric types?
Give syntax for SQL and ORACLE joins.
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
What is a nested table?