What is DDL in MySQL?



What is DDL in MySQL?..

Answer / hrindows@gmail.com

In MySQL, DDL is the short form for Data Definition Language, which is used in database schemas and descriptions while deciding how data should reside in the database.

A list of DDL Queries:
 CREATE
 ALTER
 DROP
 TRUNCATE
 COMMENT
 RENAME

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

what if you really want to store the timestamp data, such as the publication date of the article?

2 Answers  


How do you start MySQL on Linux?

3 Answers  


Can mongodb replace mysql?

0 Answers  


What are the functions of mysql?

0 Answers  


Is mysql a backend?

0 Answers  


What is innodb mysql?

0 Answers  


What are the other commands to know the structure of a table using mysql commands except explain command?

0 Answers  


Why do we use the mysql database server?

0 Answers  


Is there a free version of mysql?

0 Answers  


What is the purpose of -> in the mysql terminal?

0 Answers  


what is the procedure to configure the application of mysql?

0 Answers  


How do I view mysql logs?

0 Answers  


Categories