Posted by JS on 05/22/05 18:09
I have two tables, T1 and T2.
T1 has a foreign Key that refers to a key in T2.
The way that I see it, its only possible to insert something into T1 if
there already exists a tuple in T2 with the same value in key.
That means that I always have to insert something into T2 before inserting
into T1
Is that correct?
Navigation:
[Reply to this message]
|