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.