Description
This command is used to view information related to external schemas.
Syntax
Parameter Description
-
EXTENDED keyword: Adding this keyword will add an extra column (type) to distinguish between external schema (EXTERNAL SCHEMA) and managed schema (MANAGED SCHEMA).
-
WHERE <expr>: Supports filtering based on the fields displayed by show schemas. For example, using
type='external'
filters out all external schemas.
Example
- View the list of all schemas:
- View the list of all managed schemas:
- View the list of all external schemas: