Using MySQL ALTER TABLE statement to add a new column into a table
Because of the new business requirements, you need to add a new column called complete to store the percentage of completion for each task in the tasks table. In this case, you can use the ALTER TABLE to add a new column to the tasks table as follows: