Multiple choice technology programming languages

When would you use Joiner transformation

  1. If you want to join two tables in same database

  2. If the Order By clause needs to be changed

  3. If you want to join two tables on different Oracle databases

  4. If you want to join table and flat file

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A Joiner transformation is used in Informatica when you need to join data from heterogeneous sources, such as combining data from a relational database table and a flat file, which cannot be joined using a Source Qualifier.