Home »
MCQs »
MariaDB MCQs
Which command is used to get the list of existing databases in MariaDB?
8. Which command is used to get the list of existing databases in MariaDB?
- USE DATABASES
- SHOW DB
- GET DATABASES
- SHOW DATABASES
Answer: D) CREATE DATABASE
Explanation:
To get the list of existing databases in MariaDB, the SHOW DATABASES is used.
Syntax:
SHOW DATABASES;