Snowflake SHOW
Similar to MySQL, you can use SHOW DATABASES to get information about your databases in Snowflake.
While I love PostgreSQL, it's not as straightforward. In Postgres, you need to query the pg_database table or use \l or \list in the psql shell.
Databa...
zerostackengineer.hashnode.dev2 min read