Consider the table test with following columns: id INT NULL name VARCHAR(255) NULL Choose the appropriate alter command to add address VARCHAR 256 length column after name column. code example
Example: create column mysql terminal
alter table icecream add column flavor varchar (20) ;