Google News
logo
MySQL - Quiz(MCQ)
What is the statement used to select a default database?
A)
DROP
B)
USE
C)
SCHEMA
D)
CREATE

Correct Answer :   USE


Explanation : 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.

Advertisement