On this page about Data Manipulation Language:
Data Manipulation Language (DML) is a family of computer languages used by computer programs or database users to retrieve, insert, delete and update data in a database.
How to say "Data Manipulation Language" in other languages:
![]() |
(Japanese) | データ操作言語 |
![]() |
(German) | Data Manipulation Language |
![]() |
(Spanish) | DML |
![]() |
(French) | Langage de manipulation de données |
![]() |
(Italian) | Data Manipulation Language |
relational algebra. A relational database stores data in relations called tables. Their data manipulation languages provide operations on tables that follow the relational algebra...
. First there are the standard Data Manipulation Language (DML) elements. DML is the subset of the language used to query a database and add, update and delete data. SELECT is used to retrieve zero or more... the Data Definition Language (DDL). DDL allows the user to define new tables and associated elements...