Home Answers Viewqa JDBC What is DML?

 
 


Clark
What is DML?
1 Answer(s)      2 years and 7 months ago
Posted in : JDBC

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 Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.