Definition: Drop column is used to remove a column from a given table. This also removes all data from the column. It is written as alter table drop column [column name];

