Schema Discovery
Lists the available tables.
The following query retrieves the available tables:
SELECT * FROM sys_tables
Columns
Name | Type | Description |
CatalogName | String | The database containing the table. |
SchemaName | String | The schema containing the table. |
TableName | String | The name of the table. |
TableType | String | The table type. |
Description | String | A description of the table. |