ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 235 - DP-203 discussion

Report
Export

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
Answers
A.
[HistoricalSalesPerson] [nvarchar] (256) NOT NULL
B.
[EffectiveEndDate] [datetime] NOT NULL
Answers
B.
[EffectiveEndDate] [datetime] NOT NULL
C.
[PreviousModifiedDate] [datetime] NOT NULL
Answers
C.
[PreviousModifiedDate] [datetime] NOT NULL
D.
[RowID] [bigint] NOT NULL
Answers
D.
[RowID] [bigint] NOT NULL
E.
[EffectiveStartDate] [datetime] NOT NULL
Answers
E.
[EffectiveStartDate] [datetime] NOT NULL
Suggested answer: A, B
asked 02/10/2024
Louis Reeves
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first