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
How to list or view all databases from the mysql server.
How can I change database in mysql?
What is mysql data directory? How to determine the location of the data directory?
What is definer in mysql?
What is difference between microsoft sql and mysql?
What are the differences between char and nchar?
What are the disadvantages of stored procedures?
What is the latest version of mysql?
What is required to create mysql database?
How do I delete a table in mysql workbench?
What is mysql community server?
how you will Create a database on the mysql server with unix shell.
Which statement is used in a select query for partial matching?
How do I update a variable in mysql?
In mysql, what is joins? Explain