Single Choice
Easy
QWhich of the following statements is true about the TRUNCATE TABLE statement in MySQL?
ID: #15459
DDL - Data Definition Language
144 views
Question Info
#15459Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The TRUNCATE TABLE statement in MySQL is used to delete all data from a table while preserving the table structure. It is a faster alternative to the DELETE statement for removing all rows from a table.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic