Activity Forums Salesforce® Discussions What is the difference between a query and a table in Salesforce SOQL?

  • Charan Tej

    Member
    July 29, 2018 at 4:55 AM

    Query – Statement for querying records from a table.

    Table – Object that holds all the records. In Salesforce, we call it as object.

     

  • [adinserter block='9']
  • shariq

    Member
    September 18, 2018 at 11:12 AM

    Hi,

    Table – Table is the combination of rows and columns. It is used to store records.

    Query – It is the statement to fetch records of a table.

    Thanks

Log In to reply.