Master-Detail Relationship
In a Master-Detail relationship, the 'Master' record controls key behaviors:
1. Security: The child inherits security settings from the parent (has no owner of its own).
2. Cascade Delete: Deleting the parent deletes the children.
The relationship field is always MANDATORY on the child.
✅ The correct answers are: Security and owner are determined by the parent and If the parent is deleted, children are also deleted.
❌The option: Optional field is incorrect; it is mandatory.
❌The option: Always convert is incorrect; to convert to Lookup, there must be no Roll-up Summaries on the parent.