Describe a table
describe_tableRetrieve table structure details including column names, data types, nullability, and default values for a specified SQL Server table.
Instructions
Return columns, types, nullability and defaults for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (without schema). | |
| schema | No | Schema name (default dbo). |