Suppose you want the value of the task_id column to be increased automatically by one whenever you insert a new row into the tasks table. To do this, you use the ALTER TABLE statement to set the attribute of the task_id column to AUTO_INCREMENT as follows: