(Data Manipulation Language, contains Insert, Update, Delete) --- Used for data management. E.g. Insert into student (StudentID, Name, Class) Values (1,'Alex', 'Graduation'); Update table Student Set Name='Tom' where StudentID= 111; Delete from Student where StudentID = 111;