nerdexam
Salesforce

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

Salesforce Data Model

Question

What type of relationship do Account and Contact objects have?

Options

  • ALookup
  • BSelf
  • CMaster-detail

How the community answered

(68 responses)
  • A
    94% (64)
  • B
    1% (1)
  • C
    4% (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

#Salesforce Data Model#Object Relationships#Standard Objects#Lookup Relationships

Community Discussion

No community discussion yet for this question.

Full SALESFORCE-ASSOCIATE Practice