find_direct_joins
Find foreign-key-defined direct joins between two tables (any direction) specified as 'schema.table'.
Instructions
Return FK-defined direct joins between two tables (either direction). Provide table names as 'schema.table' (e.g. 'dbo.Orders').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| table_a | Yes | ||
| table_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |