SCD Type 3

by BIDW Team on April 24, 2010

Slowly Changing Dimension Type 3 ( SCD Type 3) tracks the history my adding separate columns for each version of record. As opposed to Slowly Changing Dimension Type 2 ( SCD Type 2) where we can maintain any number of history of record SCD Type 3 allows limited history of record as adding a separate column for each version is not a good practice. Generally it allows to maintain history up to 2 level.

e.g.

CompanyID CompanyName CompanyLastLocation CompanyCurrentLocation
1 ABC Maharashtra 1-Jan-00
2 ABC Karnataka 22-Dec-04

After looking at above example it’s clear that with SCD Type 3 we can not track the history of Company movement if it moves again to new Location.

Subscribe to Email to receive all the FREE updates and Business Objects Interview Questions and Answers FREE!!

Related posts:

  1. SCD Type 1
  2. SCD Type 2
  3. Slowly Changing Dimension

{ 2 comments… read them below or add one }

Noam June 14, 2011 at 5:40 pm

YOur sample here is wrong.

BIDW Team June 14, 2011 at 6:10 pm

Corrected.! Thanks

Leave a Comment

Previous post:

Next post: