Single Choice Easy

QWhich statement is used to create a new database in MySQL?

ID: #15407 Introduction to MySQL Databases 129 views
Question Info
#15407Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

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

  • A CREATE TABLE
  • B INSERT INTO
  • C CREATE DATABASE
  • D SELECT FROM
Correct Answer

Explanation

The CREATE DATABASE statement is used in MySQL to create a new database. It specifies the name of the database that you want to create and any additional options such as character set and collation.

Share This Question

Challenge a friend or share with your study group.