Intermediate Big Data & Data Engineering
Q68 / 100

How might a Slowly Changing Dimension Type 2 implementation typically be structured in a table?

Correct! Well done.

Incorrect.

The correct answer is A) With columns like effective_start_date, effective_end_date, and an is_current flag alongside the changed attribute

A

Correct Answer

With columns like effective_start_date, effective_end_date, and an is_current flag alongside the changed attribute

Explanation

SCD Type 2 commonly adds versioning columns (start/end dates, current flag, or version number) so historical attribute values can be queried as of a point in time.

Progress
68/100