What is the primary difference between a Type 2 and a Type 6 Slowly Changing Dimension (SCD) in terms of how historical data is preserved in a dimension table?
A Type 2 Slowly Changing Dimension preserves history by creating a new row in the dimension table every time an attribute of an entity changes, assigning the new row a unique primary key while keeping the original historical record intact with an expired end date. This allows you to report on data as it existed at any point in time by filtering for the re....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.