Activity Forums Salesforce® Discussions What is SOQL used for in Salesforce?

  • shariq

    Member
    September 22, 2018 at 4:22 PM

    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.

  • Parul

    Member
    September 22, 2018 at 4:52 PM

    SOQL:
    1) SOQL (Salesforce Object Query Language ) retrieves the records from the database by using “SELECT” keyword.
    2) By Using SOQL we can know in Which objects or fields the data resides.
    3) We can retrieve data from single object or from multiple objects that are related to each other.
    4) We can Query on only one table.

Log In to reply.

Popular Salesforce Blogs

The Intelligent Commerce Stack: How Salesforce is Powering the Next Generation of Online Retail

Blog in

Online retail faces growing challenges: managing complex operations, integrating multiple sales channels, and delivering personalized, consistent experiences across B2C and B2B segments. Traditional commerce systems…

Popular Salesforce Videos