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
How to start an oracle instance?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
What is a package in oracle?
How do I know if oracle client is installed on windows?
is there a tool to trace queries, like profiler for sql server?
What is oracle database client?
How to grant create session privilege to a user in oracle?
Explain about the analyze command in oracle?
Explain index?
Write a trigger example in oracle?
What is the data pump import utility?
What are the benefits of ordbms?
What is the minimum client footprint required to connect c# to an oracle database?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
What is a system tablespace?