exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 1 question 67 discussion

Actual exam question from Microsoft's DP-203
Question #: 67
Topic #: 1
[All DP-203 Questions]

You are designing a dimension table in an Azure Synapse Analytics dedicated SQL pool.
You need to create a surrogate key for the table. The solution must provide the fastest query performance.
What should you use for the surrogate key?

  • A. a GUID column
  • B. a sequence object
  • C. an IDENTITY column
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
anks84
Highly Voted 2 years, 8 months ago
Selected Answer: C
Given answer is correct
upvoted 10 times
...
nicky87654
Highly Voted 2 years, 4 months ago
Selected Answer: C
C. an IDENTITY column When designing a dimension table in a data warehouse, it's important to consider the types of queries that will be run against it. IDENTITY columns are generally the best option for surrogate keys in dimension tables because they provide the fastest query performance. IDENTITY columns are auto-incremented and indexed by default, which makes them ideal for use as primary keys. They also require less storage space than GUID columns and are less likely to cause fragmentation in indexes.
upvoted 6 times
...
EmnCours
Most Recent 5 months, 2 weeks ago
Selected Answer: C
Correct Answer: C
upvoted 1 times
...
rocky48
1 year, 3 months ago
Selected Answer: C
Remember that the IDENTITY value doesn’t guarantee order due to the distributed architecture, but it ensures uniqueness within each distribution.The IDENTITY property generates unique values automatically. It scales out across all distributions in the dedicated SQL pool. It doesn’t impact load performance. Each distribution maintains its own set of IDENTITY values. Ideal for creating surrogate keys without manual intervention.
upvoted 2 times
...
kkk5566
1 year, 8 months ago
Selected Answer: A
C is the answer.
upvoted 1 times
...
Deeksha1234
1 year, 9 months ago
Selected Answer: C
C is correct
upvoted 3 times
...
akhil5432
1 year, 9 months ago
Selected Answer: C
Identity column
upvoted 3 times
...
vigilante89
2 years, 4 months ago
Selected Answer: C
Surrogate key is substitute key used if there is no natural or business key within the table. It should be always instantiated by IDENTITY(1,1).
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago