Similar to SHOW TABLES command, do we have any such command to list all databases created so far?
SHOW TABLES
show databases;
The above query will list all the databases available in the hive metastore.