May 2019
Intermediate to advanced
546 pages
12h 41m
English
This part of the query determines the criteria in the specified object to filter against. If the criteria are not specified, the query returns all the rows in the object that are visible to the user:
SELECT Id, Name FROM Account WHERE Name LIKE 'A%'
The preceding query shows you every Account record ID and Name where the name starts with an 'A'.
Read now
Unlock full access