MCQ Single Best Answer Easy

QWhich DDL statement is used to remove a column from an existing table in MySQL?

ID: #15455 Data definition language - MySQL 106 views
Question Info
#15455Q ID
EasyDifficulty
Data definition language - MySQLTopic

Choose the Best Option

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

  • A DROP COLUMN
  • B DELETE COLUMN
  • C REMOVE COLUMN
  • D ALTER COLUMN
Correct Answer: Option A

Explanation

The DROP COLUMN statement in MySQL is used to remove a column from an existing table. It permanently deletes the specified column and its associated data from the table.

Share This Question

Challenge a friend or share with your study group.