1.

What Does The Update Strategy Actually Mean And What Are The Different Options Available For It?

Answer»
  • Within Informatica, the DATA is processed based on row by row.
  • Within the target table, every row is inserted and it is marked as a DEFAULT one.
  • The use of update strategy is done only when there is a need to update a single row or INSERT a row based on a sequence DEFINED.
  • Within the update strategy, we need to mention the condition so that the specified row in the update strategy can be processed and the row can be actually marked as PER the condition, i.e. updated or inserted.



Discussion

No Comment Found