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
How do I enable sql encryption?
How to write html code in pl sql?
What is clause?
What is scalar function in sql?
How do you take the union of two tables in sql?
How to add, remove, modify users using sql?
what does myisamchk do? : Sql dba
What is the difference between microsoft sql and mysql?
What are the different types of dbmss?
What is native sql query?
What are pl sql data types?
What is user in sql?
what does it mean to have quoted_identifier on? : Sql dba
How many sql commands are there?
What are all types of user defined functions?