adplus-dvertising
frame-decoration

Question

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

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

Posted under SQL DBMS

Answer: (d).ALTER TABLE TableName ADD ColumnName

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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