How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / naidu
SELECT * FROM Emp
WHERE LEVEL=&Number
CONNECT BY PRIOR Sal > Sal ;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to run the anonymous block again?
What are the limitations of check constraint?
What privilege is needed for a user to create views in oracle?
State and explain about oracle instance?
What is the difference between count (*), count (expression), count (distinct expression)?
Explain compound trigger in oracle?
How to check database size in Oracle?
What are the differences between char and varchar2 in oracle?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
Why do you use stored procedures and state some of its disadvantages?
What are the different types of trigger and explain its various uses and functions?
How to insert a record into a table?
Explain self joins in oracle?
How to use "while" statements in oracle?
Explain alias?