Cheatseet assumes you're just playing around on a not clustered ClickHouse server.
docker run -it yandex/clickhouse-client --host your.toy.server.host --port 9500 --user default --password password123 --multiline
SHOW DATABASES
SHOW TABLES
(in current database)
SHOW DICTIONARIES
(in current database)