describe_table
Retrieve schema details for a specified table in a Microsoft SQL Server database, including column names, data types, and constraints.
Instructions
Get the schema information for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | The name of the table to describe |