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

How to create a trigger in mysql?

0 Answers  


Where MyISAM table will be stored and also give their formats of storage?

0 Answers  


Is oracle mysql free?

0 Answers  


Explain Normalization concept?

2 Answers   Inuva,


How to delete the repeated records from a table?

0 Answers  






Explain triggers and stored procedures?

0 Answers  


What are views in mysql?

0 Answers  


How to escape special characters in sql statements?

0 Answers  


What is the purpose of using ifnull() function?

0 Answers  


Is sql and mysql same?

0 Answers  


What is the difference between myisam dynamic and myisam static in mysql?

0 Answers  


What is the use of mysqli_num_rows?

0 Answers  


Categories