nerdexam
Microsoft

DP-203 · Question #132

You need to implement a Type 3 slowly changing dimension (SCD) for product category data in an Azure Synapse Analytics dedicated SQL pool. You have a table that was created by using the following Tran

Sign in or unlock DP-203 to reveal the answer and full explanation for question #132. The question stem and answer options stay visible for context.

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

Question

You need to implement a Type 3 slowly changing dimension (SCD) for product category data in an Azure Synapse Analytics dedicated SQL pool. You have a table that was created by using the following Transact-SQL statement. Which two columns should you add to the table? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Exhibit

DP-203 question #132 exhibit

Options

  • A[EffectiveStartDate] [datetime] NOT NULL,
  • B[CurrentProductCategory] [nvarchar] (100) NOT NULL,
  • C[EffectiveEndDate] [datetime] NULL,
  • D[ProductCategory] [nvarchar] (100) NOT NULL,
  • E[OriginalProductCategory] [nvarchar] (100) NOT NULL,

Unlock DP-203 to see the answer

You've previewed enough free DP-203 questions. Unlock DP-203 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Type 3 SCD#slowly changing dimension#Synapse dedicated SQL pool#data warehouse modeling
Full DP-203 Practice