list_columns
Retrieve the column names and structure of a specified table in DuckDB, enabling quick inspection of table schemas for data querying.
Instructions
List the columns of a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |