Home » MYSQL » Create Database » Question
  1. Which keyword is used to create a database?
    1. SETUP
    2. CREATE
    3. LINK
    4. SET
    5. None of these
Correct Option: B

The statement ‘CREATE DATABASE database_name;’ is used to create a database with the name ‘database_name’. A database qualifier should be used to specify the full name of the database.



Your comments will be displayed only after manual approval.