Loading lesson path
Concept visual
Start at both ends
❮ SQL Keywords
command is used to delete a column in an existing table. The following SQL deletes the "ContactName" column from the "Customers" table:
DROP COLUMN ContactName;
Previous
SQL DROP Keyword
Next
SQL DROP CONSTRAINT Keyword