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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic