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 use subqueries with the in operator using oracle?
How to invoke the data pump import utility?
What is materialized view in Oracle?
What the is the diff between local index and global index. give some example.
what is the difference between functional dependecy and multilevel dependency?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What is an anonymous block?
How to define a procedure inside another procedure?
Is it possible to split the print reviewer into more than one region ?
What are the tools for Oracle ?
How to start instance with a minimal initialization parameter file?
How to build data dictionary view an new database?
What is the quickest way to export a table to a flat file?
How to join two tables in a single query using oracle?
how to join query for one source type is oracle another source type is sql server ?