Tag Archives: sosl

SOQL in salesforce

What is SOQL? SOQL means Salesforce Object Query Language. It is used to query the data (or) retrieve the data. We can also retrieve corresponding parent/child records. It will return the result in the form of List<sobject> / map<id, sobject>. SOQL can return 50,000 records at max. QUERY :- Query is a statement written to… Read More »