get_table_schema
Retrieve the schema of a specific table from a Microsoft SQL Server database. Provide the table name and optionally the schema name to get column details and data types.
Instructions
Gets the schema of a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Name of the table | |
| schema | No | Database schema name (optional) |