describe_table
Retrieve column names, data types, null counts, and min/max values for a table to write correct SQL queries.
Instructions
Column names, types, null counts, and min/max — enough to write correct SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |