What is DDL in MySQL?
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 |
what if you really want to store the timestamp data, such as the publication date of the article?
How do you start MySQL on Linux?
Can mongodb replace mysql?
What are the functions of mysql?
Is mysql a backend?
What is innodb mysql?
What are the other commands to know the structure of a table using mysql commands except explain command?
Why do we use the mysql database server?
Is there a free version of mysql?
What is the purpose of -> in the mysql terminal?
what is the procedure to configure the application of mysql?
How do I view mysql logs?