You are designing a database for a retail company that wants to keep track of daily price changes for products. What type of SCD would be most appropriate to capture this requirement?
- SCD Type 1
- SCD Type 2
- SCD Type 3
- SCD Type 4
For capturing daily price changes in a retail database, the most appropriate choice would be SCD Type 2, which allows for the historical tracking of changes to product prices. This type maintains a history of changes, making it ideal for scenarios where you need to preserve historical data. SCD Type 1 overwrites existing data, SCD Type 3 adds new records for changes, and SCD Type 4 is more complex and less commonly used.
Loading...
Related Quiz
- During the _______ phase of ETL, data is typically extracted from source systems.
- A retail company is implementing an ETL process for its online sales. They want to ensure that even if the ETL process fails mid-way, they can quickly recover without data inconsistency. Which strategy should they consider?
- Which data transformation technique involves changing the scale of a variable so that it ranges between 0 and 1?
- Which ETL phase is responsible for pushing data into a data warehouse?
- A data engineer notices that the dimension tables in the data warehouse have become quite large and complex, with multiple levels of hierarchies. To improve the clarity and structure of the schema, which design modification should they consider?