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