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