DEVFYI - Developer Resource - FYI

What is DML?

JDBC Interview Questions and Answers


(Continued from previous question...)

What is DML?

DML is an abbreviation for 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.

(Continued on next question...)

Other Interview Questions