InterviewSolution
| 1. |
What Are Slowly Changing Dimensions? Why We Are Used Scd? |
|
Answer» Slowly Changing Dimensions are those whose DATA are not fixed. SCD types: SCD type 2: Whose data is fixed and ALSO save historical data. SCD type 3: Like SCD type 2 only but save historical data in ANOTHER table. In one table data will updated and in another table historical data will be there.
Slowly Changing Dimensions are those whose data are not fixed. SCD types: SCD type 2: Whose data is fixed and also save historical data. SCD type 3: Like SCD type 2 only but save historical data in another table. In one table data will updated and in another table historical data will be there.
|
|