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 Â Suggested Answer: BD This question is in DP-203 Data Engineering on Microsoft Azure Exam For getting Microsoft Certified: Azure Data Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer