Question 185:
You are assigned to create a data model for your new database following the star schema design theory. There is a Table called Table1 which has details about customers. You have noticed that values like email and phone numbers are changed by some of the customers using your application once in a while. There is another table Table2 which stores the salesperson related details. When a Salesperson is relocating to another region, the new version of salesperson details must be created. But the previous version of details must be stored with a start date and end date. Which of the following options is correct? (Multiple Choice)
Answer options:
A.Table1 should use Type 1 SCD B.Table2 should use Type 2 SCD C.Table1 should use Type 2 SCD D.Table2 should use Type 1 SCD