To change the data type of a column in a table, use the following syntax:
ALTER TABLE table_name
MODIFY COLUMN column_name datatype;
MODIFY COLUMN column_name datatype;
Practice Excercise Practice now
To change the data type of a column in a table, use the following syntax:
Practice Excercise Practice now