Author: Chase Parker
A beginner-friendly course to explore
the Salesforce Object Query Language.
Learn how to select, filter, order, and limit
sObject records via SOQL.
| # | Name | Description | Status |
|---|---|---|---|
| 1 | Intro to SOQL | Someone say fetch? | Not Started |
| 2 | SOQL Tooling | Where to run SOQL | Not Started |
| 3 | Prereqs For This Course | Before you move on | Not Started |
| 4 | SELECT Clauses | What fields do you need? | Not Started |
| 5 | WHERE Clauses | I don't want all the records | Not Started |
| 6 | Not Equals | Anything but that! | Not Started |
| 7 | Greater Than or Less Than | Filtering beyond or below | Not Started |
| 8 | AND Operator | The more the marrier | Not Started |
| 9 | OR Operator | Either one of you, it doesn't matter | Not Started |
| 10 | Parenthetical Conditions | Let's get y'all organized | Not Started |
| 11 | Order By | Get into line! | Not Started |
| 12 | Limit | I only want a few | Not Started |