DP-300 · Question #90
Case Study 3 - Contoso, Ltd 2 Overview Contoso, Ltd. is a clothing retailer based in Seattle. The company has 2,000 retail stores across the United States and an emerging online presence. The…
The correct answer is B. a table the has an IDENTITY property. Scenario: Contoso requirements for the sales transaction dataset include: - Implement a surrogate key to account for changes to the retail store addresses. A surrogate key on a table is a column with a unique identifier for each row. The key is not generated from the table…
Question
Options
- Aa table that has a FOREIGN KEY constraint
- Ba table the has an IDENTITY property
- Ca user-defined SEQUENCE object
- Da system-versioned temporal table
How the community answered
(26 responses)- A4% (1)
- B85% (22)
- C8% (2)
- D4% (1)
Explanation
Scenario: Contoso requirements for the sales transaction dataset include: - Implement a surrogate key to account for changes to the retail store addresses. 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. https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data- warehouse-tables-identity
Topics
Community Discussion
No community discussion yet for this question.