Which of the following transformation has override option in properties?
-
Lookup, Joiner
-
Lookup, SQ
-
SQ, Joiner
-
None of the above
B
Correct answer
Explanation
Lookup transformation has an override option that allows you to override the default SQL query used for the lookup. Source Qualifier (SQ) also has a SQL override option to modify the source query. Joiner does not have an SQL override option because it joins data from different pipelines rather than querying a single source.