Which transformation can be used for dynamic updation of the target column values
-
Java
-
Custom
-
SQL
-
Update strategy
C
Correct answer
Explanation
SQL Transformation allows dynamic execution of SQL queries at runtime, making it ideal for updating target column values based on complex logic or lookups that can't be handled by standard transformations. Unlike Update Strategy which only flags records for insert/update/delete, SQL Transformation can execute actual UPDATE statements with dynamic conditions.