MCQ
Single Best Answer
Easy
QWhich of the following statements is true about the TRUNCATE TABLE statement in MySQL?
ID: #15459
Data definition language - MySQL
129 views
Question Info
#15459Q ID
EasyDifficulty
Data definition language - MySQLTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
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