Hello,
yet another question.
I have three tables in my design. These tables are toydef, toy, and childreen. Now the table structure is in 3rd Normal Form. That is in toydef I keep all the details on each toy. In childreen I keep the details of the child, and the toy table just contains the id of toy and the id of child.
However this means that no here does toydef know how many childreen are using it. What can I do to make this relation possible. childreen has a relation to toys (which returns a list of toys) should I do a relation to toys as well from toysdef?
reg
kcorp
|