Question 2
A new solution is created with Iwo tables, Client and Contracts. The only modification made on the Relationships Graph is to establish a relationship between them which is set to delete related records in Contracts when a record in Client is deleted.
What happens when the Client table occurrence is deleted from the Relationships Graph?
Since it is the only occurrence of the Client table on the graph, it cannot be deleted.
Any records in the Contracts table that were related to matching Client records are deleted.
The formula in the calculation field Name Full (defined as Name First & “ & Name Last) will be broken.
Any records in the Contracts table that were related to matching Client records will have values in the Client ID field deleted.
Correct answer: C