describe_table
Inspect a table or view's columns, data types, nullability, and column comments before writing SQL queries.
Instructions
Show the columns, types, nullability and column comments for one table or view. Call this before writing a query against a relation you have not queried before.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name, optionally schema-qualified, e.g. "mart.daily_location_sales". |