describe_table
Retrieve column names, data types, and nullability for any table in a SQL Server database.
Instructions
Return column_name, data_type, and nullable for a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||