Single Choice Easy

QWhich MySQL command is used to modify the structure of a table?

ID: #15411 Introduction to MySQL Databases 162 views
Question Info
#15411Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

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

  • A ALTER TABLE
  • B UPDATE TABLE
  • C MODIFY TABLE
  • D CHANGE TABLE
Correct Answer

Explanation

The ALTER TABLE command is used in MySQL to modify the structure of an existing table. It can be used to add or remove columns, change column data types, modify constraints, and perform other table alterations.

Share This Question

Challenge a friend or share with your study group.