What is DML in MySQL?

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


Please Help Members By Posting Answers For Below Questions

How to get a list of all tables in a database?

784


What is a mysql view?

651


How do you login to MySql using Unix shell?

802


How to display odd rows in student table in mysql?

639


What is indexing in mysql?

639


How do I change directories in mysql?

661


How do I view a mysql database?

657


What is the default password for mysql?

642


What is a storage engine?

714


How do I download mysql?

658


What is field in mysql?

665


What are programming functions?

657


What is default schema in mysql?

674


What are the mysql database files stored in system ?

737


What is mysql_pconnect?

642