Week 08 - Tutorial Lab Sheet DML
Week 08 - Tutorial Lab Sheet DML
DML stands for data manipulation language, and it is a subset of structured query language
(SQL) that is used for adding (inserting), deleting, and altering (updating) data in a database,
So the SQL instructions that deal with the alteration of data stored in a database are classified
as DML, or Data Manipulation Language, and this category comprises the majority of SQL
statements as well. In an SQL statement, it is the component that controls access to data as
well as access to the database.