Q28
The statement used to select a default database is . . . . . . . .
A.
USE
AnswerB.
CREATE
C.
DROP
D.
SCHEMA
Answer: Option A
Solution
Answer: Option A
Solution:
The statement used to select a default database in MySQL is USE. This statement is followed by the name of the database that you want to set as the default. Option A is the correct answer.