SHOW SCHEMAS¶
Lists the schemas for which you have access privileges for a specified database.
See the Snowflake documentation for more details.
Syntax¶
Usage notes¶
SHOW SCHEMAS returns the following columns as string types unless otherwise mentioned:
CREATED_ONNAMEIS_DEFAULTIS_CURRENTDATABASE_NAMEOWNERCOMMENTOPTIONSRETENTION_TIMEOWNER_ROLE_TYPE
See the Snowflake documentation for descriptions of the columns.
For Iceberg catalogs, only a subset of the columns are supported. The rest will always be set to NULL. Supported columns are:
NAMEDATABASE_NAME
The TERSE option will return only the following output columns, regardless of catalog:
CREATED_ONNAMESCHEMA_NAMEKIND
All columns will be of type string.