Q:

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

0

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


  1. MODIFY TABLE TableName DROP COLUMN ColumnName
  2. MODIFY TABLE TableName DROP ColumnName
  3. ALTER TABLE TableName DROP COLUMN ColumnName
  4. ALTER TABLE TableName DROP ColumnName

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).ALTER TABLE TableName DROP COLUMN ColumnName

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now