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
What is an anonymous block?
What is oracle and what are its different editions?
How to rename a tablespace in oracle?
How to use like conditions in oracle?
How to export data with a field delimiter?
How to create an oracle testing table?
What is an index associated with a constraint?
Explain oracle data types with examples?
What are the different windows events activated at runtime ?
What is BBED in Oracle?
Explain view?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
What is ceil and floor in oracle?
When do we use group by clause in a sql query?
How do I spool to a csv formatted file using sqlplus?