What SQL command can be used to delete columns from table?

Loading

โœช Choose the correct option.

What SQL command can be used to delete columns from table?

A. MODIFY TABLE TableName DROP COLUMN ColumnName
B. MODIFY TABLE TableName DROP ColumnName
C. ALTER TABLE TableName DROP COLUMN ColumnName
D. ALTER TABLE TableName DROP ColumnName

Leave a Comment