What are the types of soql statements in salesforce? : salesforce integration



What are the types of soql statements in salesforce? : salesforce integration..

Answer / Sakshi Mishra

The types of SOQL (Salesforce Object Query Language) statements in Salesforce include: 1. Standard SOQL: These are predefined queries that retrieve and manipulate data from standard objects like Accounts, Contacts, Leads etc. 2. Custom SOQL: These queries are used to access custom objects and their related lists.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

What are who id and what id in activities?

1 Answers  


Can you have a roll up summary field in case of master-detail relationship? : salesforce crm

1 Answers  


We have a time based workflow and there is action scheduled to be executed. If we deactivate the workflow, scheduled actions will be removed from queue or not?

1 Answers  


What is tab in salesforce? What is the difference between adding a custom tab to an app in classic and lightning?

1 Answers  


What is a CSV file?

1 Answers  


How do you cover the logic of asynchronous methods in test class?

1 Answers  


What is soap? : salesforce integration

1 Answers  


Let’s say that you have an app myapp.app that contains a component mycmp.cmp with a ui:button component. During initialization, the init() event is fired in what order?

1 Answers  


What are the products of Salesforce?

1 Answers  


What is a permission set?

1 Answers  


There is a simple soql query ‘select id, name from opportunity’ which fetches millions of records without any selection criterion. How do we optimize the performance of this simple query without using any selection criterion ?

1 Answers  


How to get the userid of all the currently logged in users using apex code?

1 Answers  


Categories