Describe table
describe_tableRetrieve column names, types, and nullability of a specified table to understand its structure before writing a query.
Instructions
Returns the columns of a table (name, type, nullability). Use it before writing a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Exact table name, e.g. sales |