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 can we encrypt and decrypt a data presented in a table using mysql?
Can we store pdf files in mysql?
What is the latest mysql?
How do I check mysql version?
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
How does mysql store binary data?
What is the datatype of image in mysql?
Why we use mysql workbench?
Why do gaps in sequences occur?
change column name and make a unique column so we get no dupes.
How do I start mysql in ubuntu?
What data structure does mysql use?
What is the use of mysqli_query?
What is the storage engine for mysql?
What is difference between schema and table?