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
What are the applications required to support mysql?
Can we use mysql and mysqli together?
What is the purpose of mysql database?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
Which statement is used in a select query for partial matching?
How many rows we can insert in a mysql table?
Explain about reporting services of MYSQL?
Is sql similar to mysql?
What are the advantages of a procedure?
What happens if you no create privilege in a database?
What is csv?
What is the purpose of using ifnull() function?
What is the difference between primary key and candidate key?
What is the password of mysql?
How do I copy a table in mysql?