1.

How Do You Manage Slowly Changing Dimensions? What Are The Fields Required In Managing Different Types If Scd?

Answer»
  1. SCD Type 1 No HISTORY preservation
  2. Natural consequence of normalization
  3. SCD Type 2 Preserving all history and new rows
  4. There are new rows generated for significant changes
  5. You NEED to use of a unique KEY
  6. There are new fields are generated to store history data
  7. You need to MANAGE an Effective_Date field.
  8. SCD Type 3 Limited history preservation
  9. In this only two states of data are preserved - current and old



Discussion

No Comment Found