Which type of SCD is ideal for a data warehousing project?
-
Type 1
-
Type 2
-
Type 3
-
All of the Above
B
Correct answer
Explanation
SCD Type 2 is ideal for data warehousing because it preserves complete historical change tracking by creating new records with effective date ranges. Unlike Type 1 (overwrites) or Type 3 (limited history columns), Type 2 enables time-travel queries and accurate historical analysis. This makes it the standard choice for dimension tables in enterprise data warehouses.