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 the use of procedure in mysql?

0 Answers  


1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?

0 Answers   ACC,


Does mysql automatically index foreign keys?

0 Answers  


Does adding an index lock a table?

0 Answers  


If you specify the data type as DECIMAL (5,2), what?s the range of values that can go in this table?

2 Answers  






What is mysql protocol?

0 Answers  


Write a query to count the number of rows of a table in mysql.

0 Answers  


How to upload a large file through phpmyadmin in mysql?

0 Answers  


Difference between MYSQL_ASSOC,MYSQL_NUM and MYSQL_BOTH ?

3 Answers   TCS,


Can you save your connection settings to a conf file?

1 Answers  


Differentiate CHAR_LENGTH and LENGTH?

0 Answers  


How to dump one database for backup.

0 Answers  


Categories