ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 239 - DP-203 discussion

Report
Export

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
Answers
A.
a GUID column
B.
a sequence object
Answers
B.
a sequence object
C.
an IDENTITY column
Answers
C.
an IDENTITY column
Suggested answer: C

Explanation:

Use IDENTITY to create surrogate keys using dedicated SQL pool in AzureSynapse Analytics. Note: A surrogate key on a table is a column with a unique identifier for each row. The key is not generated from the table data. Data modelers like to create surrogate keys on their tables when they design data warehouse models. You can use the IDENTITY property to achieve this goal simply and effectively without affecting load performance.

Reference: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-datawarehouse-tables-identity

asked 02/10/2024
Sebastian Romero
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first