Question 60
DP-203 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →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.

- 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