SQL - Data Manipulation Language (DML)
About
DML is a subset of sql statements that manipulates the table content.
You can execute DML statements with a SQL Request.
Example/HowTo
List
- INSERT,
- UPDATE,
- DELETE,
Prepared Statement
One difference with other SQL subset is that DML statement supports sql parameterized statement