Get Table Relationships
get_relationshipsDiscover foreign key relationships between database tables to understand data dependencies and structure.
Instructions
Get foreign key relationships between tables in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') |