Q:

What SQL command can be used to add columns to a table?

0

What SQL command can be used to add columns to a table?


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

All Answers

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

(d).ALTER TABLE TableName ADD 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