describe_table
Inspect table schema by listing column names, types, and nullability before composing SQL queries.
Instructions
Show the columns of one table (name, type, nullable). Use before writing SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |