Salesforce Platform Developer I (legacy) — Question 10

If two objects have a parent-child relationship, how can a user access the child record from the parent record?

Answer options

Correct answer: B

Explanation

The correct answer is B, as a related list displays all child records associated with a parent record. The other options do not provide a direct way to view child records; a lookup field allows linking but does not display a list, a custom link is for navigation, and a child field does not exist in this context.