how to remove an item from a coloum sql code example Example: sql remove column from table ALTER TABLE tableName DROP columnName;