Final answer:
INSERT, UPDATE, and TRUNCATE are DML commands used to manipulate data in a database table.
Step-by-step explanation:
The Data Manipulation Language (DML) commands are INSERT, UPDATE, and TRUNCATE.
A DML command is used to manipulate data stored in a database.
INSERT is used to add new rows of data, UPDATE is used to modify existing data, and TRUNCATE is used to remove all data from a table.