How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / girija.112
ANS :
select max(ename) keep (dense_rank last order by sal) ename
from emp
ENAME
-----
KING
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Explain oracle left join with an example?
how to do daily transactions with out sql* loader control file regesterd in apps?
How to pass parameters to procedures in oracle?
How to create a table index?
What is the difference between view and materialized view in Oracle?
What is the usage of analyze command in oracle?
What is a sub query? What are its various types?
What privilege is needed for a user to delete rows from tables in another schema?
Can multiple columns be used in group by in oracle?
How to synchronize 2 schema's objects?
What is a relational database management system?
What is the max number of columns in an oracle table?
What are the common oracle dba tasks?
How to write text literals in oracle?
How to drop an index?