CBSE Class 11 Informatics Practices Question 29 of 87

Structured Query Language (SQL) — Question 10

Back to all questions
10
Question

Question 10

Which command shows the list of database in MySQL?

  1. desc databases;
  2. show tables;
  3. show databases;
  4. describe databases;
Answer

show databases;

Reason — The SHOW DATABASES; command lists all the databases managed by the MySQL server.