Problem
In particular, when the primary key is a composite key, foreign keys might also be composite keys. How can this tool support multi-table synthesis in this scenario?
Proposed Solution
A simple approach is to concatenate the associated parent and child table data through foreign keys, and then use an existing model to learn their data distribution.
Additional context