Data manipulation language (DML) is a subset of [[SQL]] used to retrieve, insert, update, and delete data in a [[relational database]]. DML allows users to manipulate the data stored within the tables, without changing the structure of the database itself. [[select]] - [[join]] - offset - case - union insert [[update]] [[delete]] [[transactions]]