Multiple choice technology

What is the expansion for SCD?

  1. System Concatenate Data

  2. System Combined Data

  3. Slowly Changing Dimension

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SCD stands for Slowly Changing Dimension - a dimension in a data warehouse that evolves over time but not with every transaction. Common examples include customer address changes, product price updates, or employee role changes. Different SCD types (1-6) handle these changes differently: Type 1 overwrites old values, Type 2 maintains history with effective dates, Type 3 adds new columns for previous values, and so on.