To show the list all existing databases in SQL schema we have to use SHOW DATABASES statement.
Syntax:
SHOW DATABASES;
Next Topic: SQL SELECT Database with example.
Previous Topic: SQL CREATE Database with example.
To show the list all existing databases in SQL schema we have to use SHOW DATABASES statement.
Syntax:
SHOW DATABASES;
Next Topic: SQL SELECT Database with example.
Previous Topic: SQL CREATE Database with example.