What is DML in MySQL?



What is DML in MySQL?..

Answer / 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

More MySQL Interview Questions

How will show all records containing the name "sonia" and the phone number '9876543210'

0 Answers  


How to display top 10 rows in mysql?

0 Answers  


How much does mysql enterprise cost?

0 Answers  


What is the storage engine for mysql?

0 Answers  


How do I start mysql client?

0 Answers  






How do I remove a user from mysql?

0 Answers  


mazimum size of a database in mysql? when we create a table then how many tables actually created? write there name?

1 Answers  


can you tell how can you display the maximum salary in sql? : Mysql dba

0 Answers  


What is a select query?

0 Answers  


How large can a mysql table be?

0 Answers  


How do I find mysql location?

0 Answers  


How to show all records starting with the letters 'sonia' and the phone number '9876543210'

0 Answers  


Categories