Table 1: Table 2:
110 555
111 666
112 777
.
.
.
.
130
i want the table 3 to be inserted randomly with those keys and the resulting output to be
555 -> 111, 115, 116, 118
666 -> 112, 113, 119,130
.....
......
but the problem is that the key from table 1 are being re-entered because the key from the second changes as well.
should i put a PK to the third table?
thank you