Microsoft Power Platform Functional Consultant — Question 25

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 have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

A company uses a Dataverse environment. The environment is accessed from canvas and model-driven apps.

The Dataverse environment contains a table that has the following columns:

• Name
• Company
• Contacted On

The company requires that the table not contain any duplicate rows when users create data in the environment.

You need to implement a solution that meets the requirement.

Solution: Create an alternate key for the columns.

Does the solution meet the goal?

Answer options

Correct answer: A

Explanation

Creating an alternate key for the specified columns ensures that each combination of Name, Company, and Contacted On is unique across the table, thereby preventing duplicate rows. The other option, 'No', is incorrect because it does not recognize that an alternate key effectively enforces uniqueness in the data entries.