get_table_relationships
Discover related tables by analyzing shared key fields to identify parent/child relationships, common join patterns, and related configuration tables in PeopleSoft databases.
Instructions
Find tables related to the specified table by analyzing shared key fields.
This helps discover:
- Parent/child relationships
- Common join patterns
- Related configuration tables
:param table_name: The PeopleSoft record name to analyze
:return: List of potentially related tables grouped by relationship type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |