DML

Data Manipulation Language statements query or manipulate data in existing logical schema objects. Common commands are SELECT, INSERT, UPDATE, DELETE, and MERGE. For example, you can use DML statements to:

While DDL statements let you change the structure of the database, DML statment lets you query or change the contents.