Tagged: BestPRactices

DML in Apex 0

DML in Apex

DML stands for Data Manipulation Language. Read and Write operation on salesforce database achieved by SOQL queries and DML Operations respectively.

Collections in Apex from My-Salesforce-Stories 0

Collections in Apex

There are three main types of collections List, Set, Map. These collections provide powerful tools for working with data in apex. They allows developers to efficiently manage and manipulate data within their application.