ALTER TABLE Student RENAME COLUMN NAME TO FIRST_NAME; ALTER TABLE `Table Name` MODIFY COLUMN `Column Name` Datatype(Size);