Single Choice Easy

QWhich of the following DDL statements is used to create a new database in MySQL?

ID: #15457 DDL - Data Definition Language 112 views
Question Info
#15457Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic

Choose the Best Option

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

  • A CREATE DATABASE
  • B ALTER DATABASE
  • C ADD DATABASE
  • D MAKE DATABASE
Correct Answer

Explanation

The CREATE DATABASE statement in MySQL is used to create a new database. It specifies the name of the database and optional character set and collation settings.

Share This Question

Challenge a friend or share with your study group.