>

Tuesday, August 18, 2015

SQL DML (Data Manipulation Language) STATEMENTS


DML is abbreviation of Data Manipulation Language. It is used to retrieve, store, modify, delete, insert and update data in database. In a single line,we say that these all commands are use for data of a table.There is no contact with structure of a table.So, be careful.

List of DML commands are,