Answer Posted / murali
select level,max(sal) from emp where level=&levelno connect by prior sal>sal group by level;
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Why do we use function in pl sql?
What are the different types of tables in sql?
explain about mysql and its features. : Sql dba
What is a design view?
Which function is used to return remainder in a division operator in sql?
What are pl sql procedures?
What are views in sql?
Can you have more than one trigger on a table?
Are stored procedures faster than dynamic sql?
Is sql database free?
How do you update sql?
what is rdbms? : Sql dba
What is vector point function?
What is a database event trigger?
what is index? : Sql dba