DP-203 · Question #275
DP-203 Question #275: Real Exam Question with Answer & Explanation
Sign in or unlock DP-203 to reveal the answer and full explanation for question #275. The question stem and answer options stay visible for context.
Question
You are implementing a star schema in an Azure Synapse Analytics dedicated SQL pool. You plan to create a table named DimProduct. DimProduct must be a Type 3 slowly changing dimension (SCO) table that meets the following requirements: - The values in two columns named ProductKey and ProductSourceID will remain the same. - The values in three columns named ProductName, ProductDescription, and Color can change. You need to add additional columns to complete the following table definition.
Options
- A[EffectiveStartDate] [datetime] NOT NULL
- B[EffectiveEndDate] [datetime] NOT NULL
- C[OriginalProductDescription] NVARCHAR(2000) NOT NULL
- D[IsCurrentRow] [bit] NOT NULL
- E[OriginalColor] NVARCHAR(50) NOT NULL
- F[OriginalProductName] NVARCHAR(100) 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.