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