ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 123 - DP-300 discussion

Report
Export

You need to implement the surrogate key for the retail store table. The solution must meet the sales transaction dataset requirements.

What should you create?

A.
a table that has a FOREIGN KEY constraint
Answers
A.
a table that has a FOREIGN KEY constraint
B.
a table the has an IDENTITY property
Answers
B.
a table the has an IDENTITY property
C.
a user-defined SEQUENCE object
Answers
C.
a user-defined SEQUENCE object
D.
a system-versioned temporal table
Answers
D.
a system-versioned temporal table
Suggested answer: B

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.

Reference:

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

asked 02/10/2024
Penny Chang
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first