Mysql Alter table| Add column in mysql table | MySQL alter commands

Mysql Alter table

MySQL alter command is used to modify an existing database, table, view or other database objects that might need to change during the life cycle of a database. Or you can used when you want to change the name of your table or any table field. It is also used to add or delete an … Read more