SOQL & SOSL? Diff between SOQL & SOSL?
Answer / Siddhnath Gaur
SOQL (Salesforce Object Query Language) and SOSL (Salesforce Object Search Language) are both query languages used in Salesforce to interact with data. However, they are used for different purposes. SOQL is used to query records from a single object or related objects using SELECT, FROM, WHERE, GROUP BY, ORDER BY, and other clauses. SOSL, on the other hand, is used to search across multiple objects using complex search patterns like wildcards and fuzzy matching.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you throw some light on assignment rules? How do you set up an assignment rule?
What does the account hierarchy tell or do?
What is a data type? What are the different data types?
What is a workflow task? State the various workflow tasks in salesforce.
Explain Lightning AppBuilder? How will make sure that your lightning component available in App Builder?
Mention what is the difference between soql and sosl?
Admin wants to avoid the deletion of child records in master detail relationship. Is it possible to achieve this using point and click functionality? : salesforce validation rules
What is pagination in salesforce?
Explain the dashboard component of Visualforce Page?
What are dynamic dashboards? Can dynamic dashboards be scheduled? : salesforce crm
Can a apex trigger call a batch class in salesforce?
How do I send an email from salesforce?