DML
Data Manipulation Language
Operations in Apex and SOQL that modify Salesforce data: insert, update, upsert, delete, undelete, and merge. DML operations are subject to governor limits.
Example use case
A developer uses a DML insert statement in Apex to create new Contact records as part of an automated lead conversion process.