Answer Posted / purushotham
select level,max(sal)
from table
where level=3
connect by prior sal>sal
group by level
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is the difference between a subquery and a join?
What does select count (*) mean in sql?
What is rank () in sql?
What is a sql profiler?
Can we use delete in merge statement?
What is the execution plan in sql?
How do I turn a list into a table?
Why we use join in sql?
Is sql easier than java?
What is string data type in sql?
Explain correlated query work?
Can we join tables without foreign key?
what is the syntax used for partition in tsql? : Transact sql
what are the properties and different types of sub-queries? : Sql dba
Are stored procedures faster than dynamic sql?