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
How do I view mysql logs?
How do I copy a table in mysql workbench?
What are the differences between innodb and myisam engines?
How to show table names with 'mysqlshow'?
What is full form of xampp?
How can we find out which auto increment was assigned on Last insert?
What is view? How can you create and drop view in mysql?
Where is the mysql database stored?
How to enter Characters as HEX Numbers?
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
Do I need python for mysql?
How do you stop an access query?
How to present a past time in hours, minutes and seconds?
How many TRIGGERS are allowed in MySql table?
How to delete a database from mysql server.