Is it possible for a foreign key in a child table to be a secondary key from the parent table instead of the primary key?
How would this affect referential integritty , if at all?
This is based on the definition that the secondary key is an attribute that will uniquely identify the parent entity record.
This is required really to aid data input as the secondary key will have more meaning to the user.
Hope this makes sense
How would this affect referential integritty , if at all?
This is based on the definition that the secondary key is an attribute that will uniquely identify the parent entity record.
This is required really to aid data input as the secondary key will have more meaning to the user.
Hope this makes sense