Login
Remember
Register
Ask a Question
How Union Transformation is used?
0
votes
asked
Dec 22, 2020
in
Informatica
by
SakshiSharma
How Union Transformation is used?
#union-transformation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 22, 2020
by
SakshiSharma
Ans: It is a diverse input group transformation which can be used to combine data from different sources. It works like UNION All statement in SQL that is used to combine result set of two SELECT statements.
...