List of questions
Related questions
Question 109 - DP-203 discussion
You need to implement a Type 3 slowly changing dimension (SCD) for product category data in an Azure Synapse Analytics dedicated SQL pool.
You have a table that was created by using the following Transact-SQL statement. Which two columns should you add to the table? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A.
[EffectiveStartDate] [datetime] NOT NULL,
B.
[CurrentProductCategory] [nvarchar] (100) NOT NULL,
C.
[EffectiveEndDate] [datetime] NULL,
D.
[ProductCategory] [nvarchar] (100) NOT NULL,
E.
[OriginalProductCategory] [nvarchar] (100) NOT NULL,
Your answer:
0 comments
Sorted by
Leave a comment first