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 is striped backup

0 Answers   Cap Gemini,


How big is a blob mysql?

0 Answers  


How can you export the table as an xml file in mysql?

0 Answers  


What is cursor in mysql?

0 Answers  


What are the difference between mongodb and mysql?

1 Answers  






Can mysql store files?

0 Answers  


When to use order by in delete statement?

0 Answers  


What is processlist in mysql?

0 Answers  


What is a query in mysql?

0 Answers  


Is mysql free for enterprise?

0 Answers  


i made a table in sql server 2000 and in a column i want to add image path of a picture present in my hardisk... so using insert statement how will i insert the path of the image in the table??

1 Answers   WebTech,


How to create table with same structure of student table in mysql?

0 Answers  


Categories