alter table table_name drop column column_name; alter table table_name drop (column_name1, column_name2);