Describe table
describe_tableNeed to understand a table's structure? Retrieve column names, data types, nullability, and primary key information in one call.
Instructions
Get column names, data types, nullability, and primary key info for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| schema | Yes | Schema name, e.g. 'dbo' |