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?

  1. USE DATABASES
  2. SHOW DB
  3. GET DATABASES
  4. SHOW DATABASES

Answer: D) CREATE DATABASE

Explanation:

To get the list of existing databases in MariaDB, the SHOW DATABASES is used.

Syntax:

SHOW DATABASES;

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.