Single Choice Easy

QWhich DDL statement is used to add a new column to an existing table in MySQL?

ID: #15450 DDL - Data Definition Language 114 views
Question Info
#15450Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A ADD COLUMN
  • B MODIFY COLUMN
  • C CREATE COLUMN
  • D UPDATE COLUMN
Correct Answer

Explanation

The ADD COLUMN statement in MySQL is used to add a new column to an existing table. It specifies the column name, data type, and any constraints associated with the column.

Share This Question

Challenge a friend or share with your study group.