Question 132:
A B2B sales startup is creating a customer dimension table. This will be a part of their star schema model. It is used to track customer relations. They collect details like Tax Registration number, mobile phone number, email-id, pincode, etc. There are some instances where the email-id and mobile phone numbers change. Whenever a Customer updates the data at the source, there should be a separate column with a new value and should be kept for the 2 latest versions of this data. Which of the following options says about the most suitable method?
Answer options:
A.Use Type 2 SCD.B.Use Type 1 SCD.C.Use Type 3 SCD.D.Use Type 6 SCD.