- DML stands for Data Manipulation Language.
- DML is used to manipulate database data i.e. DML statements are the collection of those SQL commands which are used to store or save or insert, retrieve or search, modify or change or update, and erase or remove or delete data from the database as per need.
- Example of DML statements/commands are : insert into, update, delete, select statements etc.
0 Comments