PL-200 · Question #288
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is A. Yes. To prevent duplicate rows based on 'Name' and 'Company' in a Dataverse table, implementing an alternate key on these columns is the effective solution.
Question
Options
- AYes
- BNo
How the community answered
(33 responses)- A88% (29)
- B12% (4)
Why each option
To prevent duplicate rows based on 'Name' and 'Company' in a Dataverse table, implementing an alternate key on these columns is the effective solution.
Configuring an alternate key on the 'Name' and 'Company' columns in Dataverse ensures data uniqueness at the database level. This mechanism strictly prevents the creation of new records with the same combined values for these fields, directly fulfilling the requirement to not contain any duplicate rows.
Concept tested: Dataverse alternate keys for uniqueness
Source: https://learn.microsoft.com/en-us/power-apps/maker/data-platform/define-alternate-keys-reference-rows
Topics
Community Discussion
No community discussion yet for this question.