What is the main difference between a Joiner Transformation
and Union Transformation?
Answer Posted / raj
Join Transformation combines data record horizontally based on
join condition.
And combine data from two different sources having different metadata.
Join transformation supports heterogeneous, homogeneous data source.
Union Transformation combines data record vertically from multiple sources, having same metadata.
Union transformation also support heterogeneous data source.
Union transformation functions as UNION ALL set operator
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
What are the different versions of informatica?
What is transformation?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
According to his methodology what all you need before you build a datawarehouse
What is a surrogate key?
How union transformation is used?
What is Index Caches size?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
What is sq transformation?
How many transformations can be used in mapplets.
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
What is a dimensional model?
Define sessions in informatica etl?
What is difference between a gateway node and worker node?
How to generate sequence numbers using expression transformation?