What is DDL in MySQL?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I view mysql logs?

713


How do I copy a table in mysql workbench?

657


What are the differences between innodb and myisam engines?

692


How to show table names with 'mysqlshow'?

764


What is full form of xampp?

825


How can we find out which auto increment was assigned on Last insert?

865


What is view? How can you create and drop view in mysql?

683


Where is the mysql database stored?

713


How to enter Characters as HEX Numbers?

766


what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba

739


Do I need python for mysql?

698


How do you stop an access query?

706


How to present a past time in hours, minutes and seconds?

801


How many TRIGGERS are allowed in MySql table?

807


How to delete a database from mysql server.

757