|
Category: Definition
Data Manipulation Language, DML
The term Data Manipulation Language or short DML is a dialect of
SQL
(Structured Query Language) and describes how to change data in
relational databases.
Typical commands for data manipulation are
insert,
update
and
delete
.
|