May 2019
Intermediate to advanced
546 pages
12h 41m
English
In each database, you need to link one record to a record from another table. And, as I mentioned in the introduction to this section, SOQL has the limitation that you cannot use JOIN statements in your query. So, the next question is this: How can you select related records (or related fields) from another type of object that is linked to the initial record you want to select?
Before we go into the practice to write the relationship queries, we need to understand the relationship names of each object. Two objects always have two relationships:
Read now
Unlock full access