You use the ALTER TABLE statement to change the structure of existing tables. The ALTER TABLE statement allows you to add column, drop column,
change data type of column, add primary key, rename table, and many more. The following illustrates the ALTER TABLE statement syntax: