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

What SQL command can be used to add columns to a table? Correct Answer ALTER TABLE TableName ADD ColumnName

To add columns to a table in SQL, you can use the ALTER TABLE TableName ADD ColumnName command. Option A is the correct choice for adding new columns to an existing table. Options B, C, and D do not represent the standard SQL syntax for adding columns.

Related Questions

Created: 1 month ago | Updated: 1 month ago Options Edit Question Add Description Add Bookmark Add Tag Add Video Error Report
Created: 3 weeks ago | Updated: 3 weeks ago Options Edit Question Add Description Add Bookmark Add Tag Add Video Error Report