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

Answer Posted / rag

We can do this by adding the rownum pesudo coulmn in the sql
overrider and take the thrid one since all the values are same,

like select col1,col2,rownum
from tab1
where rownum=3

Is This Answer Correct ?    1 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different transaction levels available in transaction control transformation?

753


How you know when to use a static cache and dynamic cache in lookup transformation?

1424


Which is the t/r that builts only single cache memory?

821


What the difference is between a database, a data warehouse and a data mart?

683


what is degenerated dimension?

3303






What are the different options available for update strategy?

659


What is a predefined event?

750


Why sorter is an active transformation?

840


What are the uses of etl tools?

750


list out all the transformations which use cache?

769


How would you join a node to the already existing domain?

793


What is meant by lookup transformation?

695


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

5442


Explain where to store informatica rejected data? How to extract the informatica rejected data?

692


Define enterprise data warehousing?

740