`ALTER` is used to modify the structure of an existing table. ```SQL ALTER TABLE <table> ADD <col_name> <col_type>; ```