Single Choice Easy

QWhich DDL statement is used to create a new table in MySQL?

ID: #15447 DDL - Data Definition Language 90 views
Question Info
#15447Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic

Choose the Best Option

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

  • A INSERT
  • B UPDATE
  • C SELECT
  • D CREATE
Correct Answer

Explanation

The CREATE statement in MySQL is used to create a new table. It specifies the table name, column names, data types, and any constraints or indexes associated with the table.

Share This Question

Challenge a friend or share with your study group.