SQL Show Database List

To show the list of all existing databases in SQL schema we have to use the SHOW DATABASES statement.

Syntax:

SHOW DATABASES;