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


Please Help Members By Posting Answers For Below Questions

Difference between oracle's plus (+) notation and ansi join notation?

566


What is a nested table?

626


What are the uses of Database Trigger ?

1092


Difference between cartesian join and cross join?

534


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?

1766






What is materialized view in Oracle?

626


How to get last row id?

550


What is key preserved table?

556


How to invoke the original export import utilities?

499


What are the different windows events activated at runtime ?

2403


What is tns name?

535


How to rename an index?

579


What is a proxy class?

550


How to start an oracle instance?

567


what are the default admin accounts in Oracle 10g ?

501