Home »
MCQs »
MySQL MCQs
To see all the databases which command is used?
11. To see all the databases which command is used?
- Show database;
- Show databases;
- Show database();
- Show_all database;
Answer: B) Show databases;
Explanation:
To see all the databases SHOW DATABASES; command is used.