Discussion Forum : Database Redesign
Question - What SQL command can be used to add columns to a table?
Options:
A .  MODIFY TABLE TableName ADD COLUMN ColumnName
B .  MODIFY TABLE TableName ADD ColumnName
C .  ALTER TABLE TableName ADD COLUMN ColumnName
D .  ALTER TABLE TableName ADD ColumnName
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *