adspace
Answer Posted / Rohitash Kumar Meena
In Salesforce Apex, a transaction refers to a sequence of DML (Data Manipulation Language) operations that are executed as a single unit. Transactions ensure data consistency by either committing all the DML operations within the transaction or rolling back all the operations if an error occurs during execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers