Manage foreign keys
Last updated
Was this helpful?
Last updated
Was this helpful?
A foreign key is a column or columns of data in one table that refers to the unique data values - often the primary key data - in another table. Foreign keys link together two or more tables in a database. Syntho uses foreign keys for any data generation job, including subsetting.
Here are the articles in this section:
Circular foreign key references
Foreign key inheritance
Add foreign keys
Delete foreign keys