What is DML in MySQL?



What is DML in MySQL?..

Answer / hrindows@gmail.com

DML is a short form for Data Manipulation Language which is used in data manipulation and mostly includes common SQL statements to store, modify, retrieve, delete and update data in a database.
The list of DML Queries:
 SELECT
 INSERT
 UPDATE
 DELETE
 MERGE
 CALL
 EXPLAIN PLAN
 LOCK TABLE

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I start mysql from command line?

0 Answers  


How to get last inserted id after insert data from a table in mysql?

0 Answers  


What is the usage of ENUMs in MySQL?

0 Answers  


Is mysql distributed?

0 Answers  


What is the size of mysql database?

0 Answers  






How does php communicate with mysql?

0 Answers  


How do I disconnect mysql workbench?

0 Answers  


Is there a way to see the files which are stored?

0 Answers  


What is mysql enterprise edition?

0 Answers  


Does mysql support sequence?

0 Answers  


Explain csv tables.

0 Answers  


Is mysql an oracle product?

0 Answers  


Categories