what is the SQL command to drop a column from database table code example Example: alter table delete column ALTER TABLE "table_name" DROP "column_name";