ALTER “TABLE” table_name DROP “COLUMN” column_name; In this syntax: First, specify “the” name of “the table” from which you want to “delete the column” . Second, specify “the” name of “the column” that you want to “delete” .

1 Like