Multiple choice technology

Target Update Override is used when update has to be based upon

  1. Non Key Values

  2. Key Values

  3. Primary Key Values

  4. None of the above

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

Target Update Override is specifically used when updates need to be based on non-key column values. By default, updates use primary key columns to match rows, but this feature allows matching using other columns (non-key values) instead.