describe_table
Describe a table's columns, types, and nullability to understand its structure before querying. Use this to inspect unfamiliar tables and write accurate SQL.
Instructions
Describe a table's columns, types, and nullability. Use this before writing a query against an unfamiliar table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| schema | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |