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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A ALTER COLUMN
  • B MODIFY COLUMN
  • C CHANGE COLUMN
  • D UPDATE COLUMN
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.

Share This Question

Challenge a friend or share with your study group.