get_table_schema
Retrieve the schema of a specific table in SQL Server by providing the table name and optional schema name.
Instructions
Gets the schema of a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table | |
| schemaName | No | Schema name (default: dbo) | dbo |