nerdexam
Microsoft

DP-203 · Question #306

You have an Azure Synapse Analytics dedicated SQL pool named pool1. You plan to implement a star schema in pool and create a new table named DimCustomer by using the following code. You need to ensure

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

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

Question

You have an Azure Synapse Analytics dedicated SQL pool named pool1. You plan to implement a star schema in pool and create a new table named DimCustomer by using the following code. You need to ensure that DimCustomer has the necessary columns to support a Type 2 slowly changing dimension (SCD). Which two columns should you add? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Exhibit

DP-203 question #306 exhibit

Options

  • A[HistoricalSalesPerson] [nvarchar] (256) NOT NULL
  • B[EffectiveEndDate] [datetime] NOT NULL
  • C[PreviousModifiedDate] [datetime] NOT NULL
  • D[RowID] [bigint] NOT NULL
  • E[EffectiveStartDate] [datetime] 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

#SCD Type 2#slowly changing dimension#star schema#Synapse Analytics
Full DP-203 Practice