Home »
MCQs »
SQL MCQs »
SQL Database MCQs
Which syntax is used to show all the databases?
10. Which syntax is used to show all the databases?
- USE DATABASES;
- SELECT DATABASES;
- SHOW DATABASES;
- None of the above
Answer: C) SHOW DATABASES;
Explanation:
SHOW DATABASES; syntax is used to show all the databases.