Home » MYSQL » Mysql Setup » Question
  1. The keyword used to create a database is __________.
    1. SETUP
    2. LINK
    3. CREATE
    4. SET
    5. None of these
Correct Option: C

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.