Single Choice
Easy
QWhich DDL statement is used to change the name of an existing column in MySQL?
ID: #15460
DDL - Data Definition Language
117 views
Question Info
#15460Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The CHANGE COLUMN statement in MySQL is used to change the name of an existing column in a table. It allows you to specify the current column name and the new column name.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic