How to make a column bigger and Delete unique from table.MySQL Interview Questions mysql> alter table [table name] modify [column name] VARCHAR(3); mysql> alter table [table name] drop index [colmn name]; Total Views: 38,865