get_relationships
Retrieve foreign key relationships between tables in Microsoft SQL Server databases to understand data dependencies and maintain referential integrity.
Instructions
Get foreign key relationships between tables in the database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| schema | No | Schema name (default: dbo) |