Q. The statement used to select a default database is . . . . . . . .
β
Correct Answer: (A)
USE
Explanation: 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.