Single Choice
Easy
QWhich MySQL command is used to modify the structure of a table?
ID: #15411
Introduction to MySQL Databases
162 views
Question Info
#15411Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The ALTER TABLE command is used in MySQL to modify the structure of an existing table. It can be used to add or remove columns, change column data types, modify constraints, and perform other table alterations.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic