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 general log in mysql?
What is the default port of mysql server?
What are aggregate functions in mysql?
What is the difference between having and where clause in mysql? Explain
What is the difference between truncate and delete in mysql?
How large can a mysql table be?
How do I create a database in mysql workbench?
How can you filter the duplicate data while retrieving records from the table?
How to create a test table in your mysql server?
What are the ways in which you can retrieve data in the result set of mysql using php?
What is mysqli procedural?
What is mysql shell?
How can I change database in mysql?
What is a tinyint in mysql?
How do you know the version of your mysql server?