Difference between SOSL and SOQL in Salesforce ?
Answer / Hemant Kumar Budakoti
SOQL (Salesforce Object Query Language) is used to query data from Salesforce objects, while SOSL (Site-Specific Object Query Language) is used to query data related to a specific site. The main difference is that SOQL can only query standard and custom objects, while SOSL can also query site-specific entities like communities or portals.
| Is This Answer Correct ? | 0 Yes | 0 No |
What will happen if we undelete the deleted junction object?
In the process of creating a new record, how you will check, whether user has entered email or not in the email field of Account object?
Explain batch apex?
Explain about jump start wizard versus standard wizard in salesforce?
How to handle comma within a field while uploading using data loader?
Which interface we are supposed to implement so that a lightning component can be used as quick action?
What are the different types of object relations in salesforce? How can you create them? : salesforce crm
What is difference between insert and database.insert()?
What is a workflow? What all are its components? What is a workflow rule?
Why do we use Salesforce?
State the cause of error for insufficient privilege access in a partner community with external users. The user has proper owd and profile settings for any object.
Difference between role and profile? : salesforce admin