Single Choice
Easy
QWhich DML statement is used to update a column's data type in MySQL?
ID: #15491
DML - Data Manipulation Language
90 views
Question Info
#15491Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The MODIFY COLUMN statement in MySQL is used to update a column's data type. It allows you to modify the data type and associated constraints of a column.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic