Answer Posted / 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 View All Answers
What is mysqli_result?
How do I select a database in mysql workbench?
Why we use mysql workbench?
How do I check mysql version?
What is the use of mysql_fetch_array () function in php?
What does tinyint mean?
Does mysql need a server?
what is database black box testing? : Mysql dba
What is difference between mysql and mariadb?
How do you create a primary key?
how to connect a php script with the mysql database?
Is mysql better than oracle?
What is mysql ndb?
What is tee command in mysql?
What are queries used for?