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 difference between left and right outer join?
what tools available for managing mysql server? : Sql dba
What is the maximum size of sqlite database?
How is debugging done?
What is PL/SQL Records?
what are the security recommendations while using mysql? : Sql dba
How many types of primary keys are there?
Does sql support programming?
What is union?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is an example of translating a date into julian format?
What is the difference between delete, truncate and drop command?
What is normalization in a database?
Is full outer join same as cross join?
How many commands are there in sql?