A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  special characters  sybase-tech-blog


Category: Definition

Data Manipulation Language, DML

The term Data Manipulation Language or short DML is a dialect of SQL (Structured Query Language) and describes how to change data in relational databases. Typical commands for data manipulation are insert, update and delete .