Process Overview for Defining Foreign-Key Relationships
Process Overview for Defining Foreign-Key Relationships
To create a foreign-key relationship:
Create the parent table.
Create the child table.
Define the foreign key relationship between them.
If the child table contains generated keys from the parent table, the load process copies the appropriate primary key value from the parent table into the child table.