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

What is a join in mysql?

476


What are mysql functions?

484


How do I create a stored procedure in mysql?

487


Can I install mysql on mac?

515


What is the difference between char and varchar in mysql?

502






How do we use % when performing a search query?

516


Why we use mysqli instead of mysql?

555


How to use like conditions?

538


What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?

502


How do I kill a mysql connection?

463


How do I view mysql logs?

480


How do I run a query in mysql?

475


How do I install the latest mysql on ubuntu?

482


How to get nth highest salary from table in a mysql?

519


How to include comments in sql statements?

562