SOQL Foundations

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.


#NameDescriptionStatus
1Intro to SOQLSomeone say fetch? Not Started
2SOQL ToolingWhere to run SOQL Not Started
3Prereqs For This CourseBefore you move on Not Started
4SELECT ClausesWhat fields do you need? Not Started
5WHERE ClausesI don't want all the records Not Started
6Not EqualsAnything but that! Not Started
7Greater Than or Less ThanFiltering beyond or below Not Started
8AND OperatorThe more the marrier Not Started
9OR OperatorEither one of you, it doesn't matter Not Started
10Parenthetical ConditionsLet's get y'all organized Not Started
11Order ByGet into line! Not Started
12LimitI only want a few Not Started