describe_table
Retrieve the columns, primary key, foreign keys, and indexes of a database table to understand its structure.
Instructions
Describe columns, primary key, foreign keys, and indexes for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |