BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
2 / 18 · Module 5 — Salesforce Data Model + SOQL · filtered: cheatsheet← prev⊞ allnext →

5.8Lookup relationships

Imagine:

Contact
   │
   │ AccountId
   ↓
Account

That's a relationship.

Salesforce commonly models relationships through:

Lookup

and:

Master-Detail

For your interview, the most important practical point is:

A relationship field stores/references another Salesforce record.

Example:

Contact.AccountId

references:

Account.Id

Likewise:

Opportunity.AccountId
Case.AccountId
Case.ContactId