Microsoft Power Platform Developer — Question 19

A Microsoft Dataverse database contains two custom tables named TableA and TableB. The tables are configured with the following:

• A one-to-many relationship is configured between TableA and TableB.
• A lookup to TableA appears on a form in TableB.
• Both tables are components of an unmanaged solution.
• Both tables are components in a Power BI report.

You receive an error when attempting to delete TableA.

You need to delete the table.

What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because the lookup field creates a dependency that prevents the deletion of TableA. Removing the lookup field on the TableB form eliminates this dependency, allowing for the successful deletion of TableA. Options A, B, and C do not address the direct relationship that is preventing the deletion.