nerdexam
Microsoft

DP-203 · Question #77

You are designing a slowly changing dimension (SCD) for supplier data in an Azure Synapse Analytics dedicated SQL pool. You plan to keep a record of changes to the available fields. The supplier data

The correct answer is A. surrogate primary key C. effective start date D. effective end date. Effective start date: This column should be used to store the date on which a particular record becomes effective. This will allow you to track the history of changes to the data over time. Effective end date: This column should be used to store the date on which a particular rec

Submitted by thandi_sa· Mar 30, 2026Design and implement data storage

Question

You are designing a slowly changing dimension (SCD) for supplier data in an Azure Synapse Analytics dedicated SQL pool. You plan to keep a record of changes to the available fields. The supplier data contains the following columns. Which three additional columns should you add to the data to create a Type 2 SCD? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Exhibit

DP-203 question #77 exhibit

Options

  • Asurrogate primary key
  • Bforeign key
  • Ceffective start date
  • Deffective end date
  • Elast modified date
  • Fbusiness key

How the community answered

(24 responses)
  • A
    75% (18)
  • B
    4% (1)
  • E
    4% (1)
  • F
    17% (4)

Explanation

Effective start date: This column should be used to store the date on which a particular record becomes effective. This will allow you to track the history of changes to the data over time. Effective end date: This column should be used to store the date on which a particular record becomes no longer effective. This will allow you to track the history of changes to the data over time, and to easily identify the current valid record for each supplier. Surrogate primary key: This column should be used as a unique identifier for each record in the SCD. It can be used to join the SCD to other tables, and to ensure that there are no duplicate records in the SCD.

Topics

#SCD Type 2#surrogate key#effective dates#dimension table

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice