Data Manipulation LanguageΒΆ

The Data Manipulation Language (DML) is made up of SQL statements that modify stored data but not the database schema or database objects. Each SQL DML statement is a declarative command, rather than imperative.

Todo

LOAD DATA INFILE

Previous topic

DROP INDEX

Next topic

Deleting Data

This Page