you question is pretty vague. there are a couple option to link a parent entity to its child(ren).
- for one to many, store the parent key in the child entity
- for one to one, store the child key in the parent
- for many to many, use a parent/child relationship table.