describe_table
Retrieve the full schema of a SQL Server table, including columns, data types, and nullability, to quickly understand its structure and plan queries.
Instructions
Get the schema information for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (optional, defaults to dbo) | |
| database | No | Database name (optional) | |
| table_name | Yes | Name of the table to describe |