Hi experts!
Please help on the ff:
I have an existing table :
table1 with column:
pkey1,
pkey2,
pkey3
I am creating a new table2 with column :
pkey,
pkey1 (which is the same as table1.pkey2)
the problem is how can i put constraints on table2 that only table1.pkey2 with specific value specified in table1.pkey3
should be entered in table2.
lorey
Please help on the ff:
I have an existing table :
table1 with column:
pkey1,
pkey2,
pkey3
I am creating a new table2 with column :
pkey,
pkey1 (which is the same as table1.pkey2)
the problem is how can i put constraints on table2 that only table1.pkey2 with specific value specified in table1.pkey3
should be entered in table2.
lorey