(DML, or data management language) A language for the manipulation of data in a database by applications and/or directly by end-users.
sql contains DML commands such as INSERT, UPDATE, and DELETE.
See also data definition language (DDL).