Multiple choice The SQL statement which is used to delete a particular column in an existing table is SQL alter SQL modify SQL drop SQL delete SQL update Reveal answer Fill a bubble to check yourself A Correct answer Explanation The SQL alter table statement is used to add, delete, or modify columns in an existing table.