Q:

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

belongs to collection: DBMS - SQL MCQ

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)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
The EXISTS keyword will be true if:... >>
<< A regular subquery can be processed:...