Multiple choice technology

The mode/modes in which a SQL transformation can be run is

  1. Script mode

  2. Bulk mode

  3. Query mode

  4. Normal mode

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

SQL transformation in Informatica can operate in Script mode (executes SQL scripts) or Query mode (executes single queries). Bulk mode and Normal mode are not valid execution modes for SQL transformation.