Introduction to Salesforce Object Query Language(SOQL)

Salesforce Object Query Language(SOQL) is used to search your organization’s data for specific information.
SOQL is similar to the SELECT statement in the widely used Structured Query Language (SQL) but is specifically designed for Salesforce.

SOQL can be used with Apex, Visualforce and Schema explorer of Force.com IDE.

Continue reading “Introduction to Salesforce Object Query Language(SOQL)”