Q. Which command is used to view all databases in MySQL?
β
Correct Answer: (A)
SHOW DATABASES;
Explanation: `SHOW DATABASES;` lists all databases available on the server.