Top

Discussion

What SQL command can be used to delete columns from a 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

Answer: C

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment