Home » MYSQL » MySQL Database Operations » Question
  1. What is the statement used to select a default database?
    1. SCHEMA
    2. DROP
    3. CREATE
    4. USE
    5. None of these
Correct Option: D

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.