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
Explain the savepoint statement.
what is the difference between char and varchar data types? : Sql dba
Why do we use cursors?
Explain mutating table error.
How can we find duplicate records in a table?
what is bdb (berkeleydb)? : Sql dba
What is user defined functions?
Is left join faster than join?
What are different types of triggers?
What is the maximum rows in csv?
explain about mysql and its features. : Sql dba
What is the difference between a primary key and a unique key?
What is sql and also describe types of sql statements?
What is cursor explain with example?
Why do we use procedures?