Activity › Forums › Salesforce® Discussions › What is SOQL used for?
-
What is SOQL used for?
Posted by Sumit kumar on April 8, 2020 at 12:37 PMWhat is SOQL used for?
Pooja replied 6 years, 1 month ago 7 Members · 6 Replies -
6 Replies
-
Hii Sumit,
SOQL stands for Salesforce Object Query Language. It is very similar to the widely used language SQL (Structured Query Language), to query databases. SOQL is specifically designed for Salesforce data and is used to query the Salesforce platform to retrieve data. - [adinserter block='9']
-
SOQL is used to retrieve data, specially used for Salesforce database.
-
SOQL stands for Salesforce Object Query Language. You can use SOQL to read information stored in your org’s database. SOQL is syntactically similar to SQL.
-
Hi Sumit,
You can use SOQL, when you have to search any record in single or multiple objects which are related. -
SOQL stands for Salesforce Object Query Language. It is very similar to the widely used language SQL (Structured Query Language), to query databases. SOQL is specifically designed for Salesforce data and is used to query the Salesforce platform to retrieve data. SOQL is used within Apex & Visualforce to return sets of data.
Log In to reply.