πŸ“Š MySQL
Q. Which command is used to view all databases in MySQL?
  • (A) SHOW DATABASES;
  • (B) LIST DATABASES;
  • (C) SELECT ALL DATABASES;
  • (D) DISPLAY DATABASES;
πŸ’¬ Discuss
βœ… Correct Answer: (A) SHOW DATABASES;

Explanation: `SHOW DATABASES;` lists all databases available on the server.

Explanation by: Mr. Dubey
`SHOW DATABASES;` lists all databases available on the server.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
43
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate