Multiple choice technology

In an update strategy transformation, the numeric equivalent for DD_DELETE is________

  1. 0

  2. 1

  3. 2

  4. 3

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

In Informatica Update Strategy transformation, each operation has a numeric equivalent: DD_INSERT is 0, DD_UPDATE is 1, DD_DELETE is 2, and DD_REJECT is 3. These numeric codes are used by the Integration Service to determine what action to take on each row. Understanding these codes is essential for configuring update strategy logic in mappings.