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 get a list of all tables in a database?
What is a mysql view?
How do you login to MySql using Unix shell?
How to display odd rows in student table in mysql?
What is indexing in mysql?
How do I change directories in mysql?
How do I view a mysql database?
What is the default password for mysql?
What is a storage engine?
How do I download mysql?
What is field in mysql?
What are programming functions?
What is default schema in mysql?
What are the mysql database files stored in system ?
What is mysql_pconnect?