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 do you create a schema?
What are the drivers in MySQL?
How many columns can be used for creating Index?
How many sql ddl commands are supported by 'mysql'?
What is datatype in mysql?
Write a query to stop mysql in unix
Write a query to retrieve a hundred books starting from 20th.
What is difference between mysql_connect and mysql_pconnect?
How do I copy an entire mysql database?
What is max_used_connections in mysql?
How do I stop a mysql service?
How do I start mysql manually?
What is the difference between a database and a table?
How do I restore a mysql database dump file in linux?
Will mysql remain free?