SALESFORCE-ASSOCIATE · Question #67
What type of relationship do Account and Contact objects have?
The correct answer is A. Lookup. Account and Contact share a Lookup relationship in Salesforce. In a Lookup relationship, the child record (Contact) can exist independently without being linked to a parent (Account), and deleting an Account does not automatically delete its related Contacts. A Master-Detail rela
Question
What type of relationship do Account and Contact objects have?
Options
- ALookup
- BSelf
- CMaster-detail
How the community answered
(68 responses)- A94% (64)
- B1% (1)
- C4% (3)
Explanation
Account and Contact share a Lookup relationship in Salesforce. In a Lookup relationship, the child record (Contact) can exist independently without being linked to a parent (Account), and deleting an Account does not automatically delete its related Contacts. A Master-Detail relationship would require a Contact to always have an Account and would cascade-delete Contacts if the Account were deleted - which is not how standard Salesforce behaves. A Self relationship links records of the same object to each other (e.g., a Contact reporting to another Contact).
Topics
Community Discussion
No community discussion yet for this question.