SCHEMA_SHARE_USAGE
Applies to: Databricks SQL
Databricks Runtime 13.3 LTS and above
INFORMATION_SCHEMA.SCHEMA_SHARE_USAGE lists schemas that belong to shares. For more information, see schemas and shares.
Information is displayed only for shares the user has permission to interact with.
This is an extension to the SQL Standard Information Schema.
Definition
The SCHEMA_SHARE_USAGE relation contains the following columns:
Constraints
The following constraints apply to the SCHEMA_SHARE_USAGE relation:
Examples
SQL
> SELECT share_name, catalog_name, schema_name
FROM information_schema.schema_share_usage;