db_describe_table
Get column details (name, data type, nullable) for any table or view. Use it to know exact column names before writing a query.
Instructions
Returns full column details (name, data type, nullable) for a specific table or view. Use this when you need to know exact column names before writing a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or view name. Example: dbo.MyTable |