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
Explain a synonym?
Explain what does a control file contain?
How to open a cursor variable?
How do I know if oracle is installed on windows?
How to retrieve data from an explicit cursor?
How do you find current date and time in oracle?
What happens if you use a wrong connect identifier?
How to select some columns from a table in oracle?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
What is columnar storage what is the advantage?
Explain oracle instance.
What are the various types of snapshots ?
How to recover a dropped table in oracle?
How to do clean up if create database failed?
How to define a cusotmer as a supplier in ORACLE R12