Home » MYSQL » Create Database » Question
  1. Which statement is used to select a default database?
    1. DROP
    2. SCHEMA
    3. USE
    4. CREATE
    5. None of these
Correct Option: C

MySQL has the facility to use various statements specifically at the database level. For selecting a default database, the keyword or clause used is the ‘USE’ statement.



Your comments will be displayed only after manual approval.