how to select second mauximum value in a given table under salary column
Answer Posted / shri
select min(sal) from (select * from emp order by sal desc) where rownum<3
IN Informatica also use the query in source qualifier's
"sql override". which will reduce d no. of t/r in d mapping
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are the arithmetic operations?
How can Oracle users be audited?
Write a trigger example in oracle?
What are the differences between lov and list item?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What is a lookup table in oracle?
How to define an explicit cursor in oracle?
What is ADDM Advisor in Oracle?
How to see free space of each tablespace?
What is an oracle transaction?
What is index-organized table in Oracle?
What are the differences between blob and clob in oracle?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
WHAT IS ecc 6.0