mysql alter table column size code example Example: syntax for changing column size in mysql ALTER TABLE emp MODIFY COLUMN name VARCHAR(100);