3 Antworten
, I would suggest starting with Trailhead and then using the Salesforce Developer documentation as the reference.
Please walktrough the trailhead modules mentioned below one by one,
1.
https://trailhead.salesforce.com/content/learn/modules/soql-for-admins2.
https://trailhead.salesforce.com/content/learn/modules/apex_database/apex_database_soqlRecommended learning order is,
- Basic SELECT / FROM
- WHERE and operators
- ORDER BY / LIMIT
- AND / OR / IN / LIKE
- Date and DateTime queries
- Relationship queries — Parent → Child and Child → Parent
- Aggregate functions — COUNT, SUM, AVG, MIN, MAX
- GROUP BY
- SOQL in Apex + governor limits
- Dynamic SOQL
- SOQL vs SOSL
you just walkthrough the trailhead and learn the topics one by one with handson excercise. This level of understanding is great to work in SOQL.
Hope it works.