get_table_relationships
Retrieve foreign key relationships for a table to identify joins and understand data connections.
Instructions
Get foreign key relationships for a table (helps with JOINs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| tableName | Yes | Name of the table |