You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a child table with multiple foreign keys to different parent tables.
Something like Car<-CarStatus, Car<-CarManufacturer relationships.
How can I generate the child table Car? It seems that I have to build many relational models for each relationship but then how should I merge the generated sampled data into one table?
Thanks!
The text was updated successfully, but these errors were encountered:
echatzikyriakidis
changed the title
How to model a child model with multiple foreign keys?
How to model a child table with multiple foreign keys?
Jul 2, 2023
Hi @avsolatorio !
I have a child table with multiple foreign keys to different parent tables.
Something like Car<-CarStatus, Car<-CarManufacturer relationships.
How can I generate the child table Car? It seems that I have to build many relational models for each relationship but then how should I merge the generated sampled data into one table?
Thanks!
The text was updated successfully, but these errors were encountered: