Which statement is used to select a default database?
DROP
SCHEMA
USE
CREATE
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.