Describe table
describe_tableRetrieve column names, data types, nullability, and defaults for a Snowflake table or view. Specify the table name to inspect its schema structure and column metadata.
Instructions
Return column names, data types, nullability and defaults for a table (or view).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (unqualified). | |
| schema | No | Defaults to SNOWFLAKE_SCHEMA. | |
| database | No | Defaults to SNOWFLAKE_DATABASE. |