exam questions

Exam MB-500 All Questions

View all questions & answers for the MB-500 exam

Exam MB-500 topic 1 question 12 discussion

Actual exam question from Microsoft's MB-500
Question #: 12
Topic #: 1
[All MB-500 Questions]

You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit:

You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records.
Which value should you use for the OnDelete property?

  • A. None
  • B. Cascade
  • C. Cascade + Restricted
  • D. Restricted
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
globeearth
2 months, 4 weeks ago
Selected Answer: D
Scenario: A user or process attempts to directly delete a record in Table1 without it being part of a higher-level cascading deletion. Behavior: The system checks if there are any related records in Table2 that reference the Table1 record being deleted (via the foreign key relationship, e.g., Table1Id in Table2). => If related records exist in Table2, the deletion of the Table1 record is blocked, and an error is thrown (e.g., “Cannot delete a record in Table1. The corresponding record is used in Table2”). => If no related records exist in Table2, the Table1 record is deleted.
upvoted 1 times
...
JorgeNieves
9 months ago
Selected Answer: D
Correct
upvoted 1 times
...
sweetotch
2 years ago
Selected Answer: D
ertgetrhther
upvoted 1 times
...
Prollyx
2 years, 10 months ago
Correct
upvoted 1 times
...
Poojakaldante
3 years, 11 months ago
correct
upvoted 3 times
...
jhramirez
4 years ago
correct
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...