SCD type1 is used to store?
-
current data
-
historical data
-
both
-
none
A
Correct answer
Explanation
SCD Type 1 (Slowly Changing Dimension) overwrites old data with new data, storing only the current state of the record. No history is maintained - when a value changes, it is simply replaced. This is the simplest SCD method and is appropriate when historical tracking is not needed.