B
Bob
In a database, can you have two entities that have the
same primary key and then link them together.
e.g
X = (r1,r2,r3 etc...)
Y = (r1,s2,s3,s4 etc..)
Where r1 = primary key
Can X be still linked to Y, what happens when referential
integrity is applied ?
Is there something seriously wrong with my database ?
same primary key and then link them together.
e.g
X = (r1,r2,r3 etc...)
Y = (r1,s2,s3,s4 etc..)
Where r1 = primary key
Can X be still linked to Y, what happens when referential
integrity is applied ?
Is there something seriously wrong with my database ?