Data Manipulation Language (DML) statements ?

  • Data Manipulation Language (DML) statements  Allow you to modify the contents of tables. There are three DML statements:
    • INSERT  Allows you to add rows to a table.
    • UPDATE  Allows you to change a row.
    • DELETE  Allows you to remove rows.