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.
Please Share
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.