ALTER TABLE in MySQL

ALTER TABLE In MySQL, the ALTER TABLE statement is used to rename a table or a column in a table or to add, modify, drop, or delete a column in a table ALTER TABLE statement is used. Syntax: ALTER TABLE table_name action; ALTER TABLE ADD column: Syntax 1: To add a column in the existing … Read more