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
What is denormalization in a database?
What are the different tcl commands in sql?
What is data manipulation language?
what is myisam? : Sql dba
Is left join inner or outer by default?
what are the features and advantages of object-oriented programming? : Sql dba
What are variables in pl sql?
what is rollback? : Sql dba
What is left join in sql?
Where is all the data on the internet stored?
How do I view a view in sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
how many columns can be used for creating index? : Sql dba
List the ways to get the count of records in a table?
Explain the difference in execution of triggers and stored procedures?