how we can add column to a table code example Example: modify column name in sql ALTER TABLE `Table Name` MODIFY COLUMN `Column Name` Datatype(Size);