describe_table
Inspect a table or view's columns, keys, indexes, foreign keys, and row count before writing SQL to prevent errors.
Instructions
Columns (type, nullability, identity/computed), primary key, indexes, foreign keys in both directions and row count of one table or view. Always do this before writing SQL against a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| connection | No |