sap_infer_joins
Detect join keys between two SAP tables by comparing field domains, returning suggested keys with confidence levels.
Instructions
Automatically detect join keys between two tables based on domain matching. Compares field domains to suggest join keys with confidence levels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table1 | Yes | First table name | |
| table2 | Yes | Second table name |