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
Difference between cartesian join and cross join?
What is oracle rownum?
How to use fetch statement in a loop?
What is the recommended interval at which to run statspack snapshots, and why?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is define in oracle?
How to establish administrator authentication to the server?
How to use subqueries with the in operator using oracle?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to define an explicit cursor in oracle?
How to create a table interactively?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
What are ddl statements in oracle?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
Can we call procedure inside function in oracle?