Definition, Meaning & Synonyms
dml
noun
dee-em-el
Definition
Data Manipulation Language (DML) is a subset of SQL used for managing data in a database.
Examples
- Using DML commands, we can effectively change the records in our database.
- The developer wrote a series of DML statements to populate the tables with test data.
- DML provides a way to interact with the stored data in an efficient manner.
Meaning
DML is primarily concerned with the manipulation of data stored in database objects, such as tables. It allows users to insert, update, delete, and retrieve data.
Synonyms
- Data handling language
- Data processing language
- Data query language