sys_schemas
Lists the available schemas.
The following query retrieves all available schemas:
SELECT * FROM sys_schemas
Columns
Name | Type | Description |
CatalogName | String | The database name. |
SchemaName | String | The schema name. |