Alter Table « Table « MySQL Tutorial






4.3.Alter Table
4.3.1.ALTER [IGNORE] TABLE table_name specification [,specification]
4.3.2.Add primary key to a table by using the alter table command
4.3.3.Drop table column with alter table command
4.3.4.Alter table to add the foreign key
4.3.5.Drop primary key from a table using the alter table command
4.3.6.MODIFYing a TABLE