In a table, 4 person having same salary. How to get Third
person record only?

Answer Posted / sanju

select * from (select salary.*,rownum r from salary where
sal=(select sal from salary group by sal having count(sal)
=4)) where r=3

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which transformation you cannot drag ports into it?

802


What is mapping debugger?

577


What is a pre-defined event and user-defined event?

587


Target increases every day even though no new record was inserted

1117


What is Cognos script editor?

3799






can anyone suggest best free Talend data integration training online

1274


Differentiate between joiner and lookup transformation?

626


How can you generate reports in informatica?

590


Define joiner transformation?

606


what is the size of your data warehousing?

1683


EXL informatica Questions

945


What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?

800


Repository user profiles

1385


Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?

1869


How do you load unique records into one target table and duplicate records into a different target table?

721