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?
Suggested Answer:A🗳️
Dedicated SQL pool supports many, but not all, of the table features offered by other databases. Surrogate keys are not supported. Implement it with an Identity column. Reference: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-overview
https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-identity
Surrogate Keys. Implement with Identity - it is meant that Identity is OK
i don't know. The only one correct is B
Dedicated SQL pool supports many, but not all, of the table features offered by other databases. The following list shows some of the table features that aren't supported in dedicated SQL pool:
- Foreign key, Check Table Constraints
- Computed Columns
- Indexed Views
- Sequence (OPTION C)
- Sparse Columns
- Surrogate Keys. Implement with Identity (OPTION A).
- Synonyms
- Triggers
- Unique Indexes
- User-Defined Types
https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-overview#unsupported-table-features
But link for data factory and azure synapse pipelines not for azure synapse dedicated pool.
Review your answer again
upvoted 2 times
...
...
This section is not available anymore. Please use the main Exam Page.DP-300 Exam Questions
Log in to ExamTopics
Sign in:
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.
Ciupaz
6 months, 4 weeks agoFedor
1 year, 4 months agoquermi
1 year, 5 months agojerkyflexoff
1 year, 5 months agogerard
1 year, 4 months agofreemun05
1 year agojoelabc1234
1 year, 6 months agoaakben
1 year, 7 months agoaakben
1 year, 7 months ago