InterviewSolution
Saved Bookmarks
| 1. |
What Is Soql? |
|
Answer» A query language that ALLOWS you to construct simple but powerful query strings and to specify the criteria that should be used to select the DATA from the platform DATABASE. SOQL Stands for Salesforce OBJECT Query Language. A query language that allows you to construct simple but powerful query strings and to specify the criteria that should be used to select the data from the platform database. SOQL Stands for Salesforce Object Query Language. |
|