May 2019
Intermediate to advanced
546 pages
12h 41m
English
Since you are familiar with databases, you have learned about SQL, MySQL, PostgreSQL, or other database languages to select data out of a database. After the selection, we can execute some logic, manipulate the data, or display the data.
In Apex, you will use a similar type of language, named SOQL or SOSL. I can imagine that you are thinking: Why are there two language types in Salesforce?
There are some differences between SOQL and SOSL. Let's take a look at them:
|
SOQL |
SOSL |
|
Similar syntax to other database languages (like MSSQL and MySQL). |
Salesforce search syntax. |
|
Returns a list or map with records out of one object type (a list view in Salesforce would be a typical SOQL; it returns records ... |
Read now
Unlock full access