Search notes:

DML - Data Manipulation Language (SQL)

In SQL, DML statements aure used to add, modify or remove data from a database:
At times, select statements are also considered to be DML statements because of the select … for update variant.

See also

SQL

Index