Options

foreign key from another Existing table

Suppose I have base and child table.
base table have 1 to 5 records where identity starts from 1
So when we generate both the tables with 5 records next time and map foreign key then the value should starts from 6 and it should be between 6 to 10 what is generated in base table.
Reagrds
Pinak Mohan Mathkar
Sign In or Register to comment.