What is DML?

What is DML?

View Answers

November 15, 2010 at 4:50 PM

Hi friends,

DML is Data Manipulation language. This portion of the SQL standard is concerned with manipulating the data in a database as opposed to the structure of a database. The core verbs for DML are SELECT, INSERT, DELETE, UPDATE, COMMIT and ROLLBACK.

Thanks.









Related Tutorials/Questions & Answers:
Advertisements