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.