describe_table
Retrieve column names, data types, and constraints for a table in a SQL Server database.
Instructions
Get detailed information about a table's structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| schema_name | No | dbo |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |