Sometimes you may need to rename column in MySQL or change column name. Here’s how to change column name in MySQL query.
rename column
MySQL Alter Table Column
Sometimes you may need to modify column name or data type in MySQL. Here’s how to alter table column in MySQL.