describe_table
Get the schema and column details of a table in DuckDB to understand its structure before querying.
Instructions
Describe a table in the DuckDB database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of table to describe |