Answer Posted / swastik
SELECT LEVEL, MAX(Sal)
FROM Emp
GROUP BY LEVEL
HAVING LEVEL = &GiveNo
CONNECT BY PRIOR Sal > Sal;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mutating table error?
Explain about various levels of constraint.
What are the types of subqueries?
Are left and right joins the same?
What is data definition language?
What is sqlite format?
Why is sql*loader direct path so fast?
What are sql constraints?
What is pl sql in oracle?
How are functions and procedures called in PL/SQL?
What is input buffer in sql*plus?
What is the difference between syntax error and runtime error?
Can we use view in stored procedure?
Enlist the characteristics of pl/sql?
What is not equal in sql?