In Type 3 Slowly Changing Dimension, there will be two columns to indicate the particular attribute of interest, one indicating the original value, and one indicating the current value. There will also be a column that indicates when the current value becomes active. In our example, recall we originally have the following table: Customer Key Name State 1001 Guru Jharkhand To accommodate Type 3 Slowly Changing Dimension, we will now have the following columns: · Customer Key · Name · Original State · Current State · Effective Date After Guru moved from Jharkhand to Karnataka, the original information gets updated, and we have the following table (assuming the effective date of change is Janu...
The blog includes article on Datawarehousing, Business Intelligence, SQL Server, PowerBI, Python, BigData, Spark, Databricks, DataScience, .Net etc.