Vidyalelo
MySQL · Q108

MySQL

Programming · MySQL · question 108

Q108

SHOW DATABASES lists the databases in the server to which you are connected.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
This question is about the MySQL command SHOW DATABASES.
The command SHOW DATABASES is used to see all the databases that are available on the server you are currently connected to.
So, the answer is True.
Option A is the correct answer.