Multiple choice

The SQL statement which is used to delete a particular column in an existing table is

  1. SQL alter

  2. SQL modify

  3. SQL drop

  4. SQL delete

  5. 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.