Single Choice Easy

QWhich DDL statement is used to rename a table in MySQL?

ID: #15451 DDL - Data Definition Language 113 views
Question Info
#15451Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic

Choose the Best Option

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

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

Explanation

The RENAME TABLE statement in MySQL is used to rename a table. It allows you to change the name of an existing table in the database.

Share This Question

Challenge a friend or share with your study group.