Vidyalelo
MySQL · Q28

MySQL

Programming · MySQL · question 28

Q28

The statement used to select a default database is . . . . . . . .

A.
USE
Answer
B.
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.