List of questions
Related questions
Question 235 - DP-203 discussion
You have an Azure Synapse Analytics dedicated SQL pool named pool1. You plan to implement a star schema in pool1 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.
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
Your answer:
0 comments
Sorted by
Leave a comment first