'alter' is a SQL keyword used to change or modify the table structure or the records in a table.
I have the following table: mysql> DESC my_contacts; +----------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | …
mysql sql primary-key alter