Prereqs For This Course
Reading Only

As you learn the syntax of SOQL, you'll be given some challenges to solve. To ensure you have enough data to pull in your SOQL query, we'll seed your sandbox with some mock/fake data.

Before You Start

To get started, have Camp Apex auto upload the sample dataset available on this page. This data includes mock/sample records for Account, Contact, and Opportunity, which you will query in the challenges.

Test your Queries

Once the sample data is in your org, you can start working on the challenges. Feel free to use your preferred SOQL tool, such as Salesforce Inspector or Workbench, to execute and verify your queries within your own org.

Submit Challenges

When you're ready to submit your query, enter it in the code editor on the right-hand side and click "Run." Camp Apex will validate your query against its test cases. Don't add any comments, semi-colons or other Apex syntax. Ensure it's just SOQL syntax being submitted.

Good Luck, Have Fun!