Definition: Add column is used to add an additional column to any given table. You must specify the column name, and type. It is written as alter table add column [new column name] [type];

