Slowly Changing Dimensions(SCD) stage supports________________________
-
Type1 & Type2 SCD
-
Only Type1
-
Only Type2
-
Type1,Type2,Type3
A
Correct answer
Explanation
DataStage's Slowly Changing Dimensions (SCD) stage primarily supports Type 1 (overwrite existing record, no history tracking) and Type 2 (add new record with timestamp/effective date, maintain history). Type 3 (add new column to track changes) is less commonly supported in the standard SCD stage implementation and typically requires custom logic or different stage configuration.