find out the third highest salary?
Answer Posted / kss
Hi every one,
i know that we can get that thr above quer..
one can try using analytic function giving ranks to the
salary column
select sal,dense_rank() over(order by sal desc) rank from
emp
| Is This Answer Correct ? | 18 Yes | 15 No |
Post New Answer View All Answers
Can I create users through internet explorer in oracle 10g?
What is the relationship among database, tablespace and data file?
What is an oracle database table?
What is user managed backup in Oracle?
What are the advantages of oracle?
What are the attributes of the cursor?
How to rename an existing table?
How to fetch the row which has the max value for a column?
how to join query for one source type is oracle another source type is sql server ?
What is meant by recursive hints in oracle?
Explain database link?
How to define an external table with a text file?
What is sequence?
What is bulk collect in oracle?
How to apply filtering criteria at group level in oracle?