What all join we can perform in LOOKUP transformation?
Answer / Smriti Maddheshiya
Informatica's LOOKUP transformation supports several types of joins: Inner Join, Outer Join (Left, Right), Full Outer Join, and Cross Join.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have table with ID,PRD_DT,PRD_FLAG,CUST_DT,CUST_FLAG I need to get max date and its corresponding flag for both the date columns. Ex:- 1A,10/3/2015,AC,10/3/2015,XY 1A,10/4/2015,AB,10/2/2015,XZ Output needed 1A,10/4/2015,10/3/2015,XY I have 100 million + in the table so avoid self-join...
What is the difference between a router and a filter transformation?
What is a stored procedure transformation?
One source and 3 targets 1st row-1st target 2nd row-2nd target 3rd row-3rd target 4th row-1ist target how will u do?
Change Data Capture in Informatica,using Incremental Aggregation.How can i identify the these data in Target table.
Sequence generator, when you move from develoment to production how will you reset
What is decode in static cache?
why sequence generator should not directly connected to joiner transformation ?
What could be the possible resons of locks by user?
What are the different types of code pages available in informatica & how to implement it in your project?
Which is the t/r that builts only single cache memory?
How to join three sources using joiner?