Table of Contents

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

Prepared Statement

One difference with other SQL subset is that DML statement supports sql parameterized statement