Home » MYSQL » Mysql Compound Statements » Question
  1. The statement used to select a default database is ______________.
    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.