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

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.