Any number of rows in the child table
can reference the same parent
key value, so this model establishes a one-to-many relationship between the parent and
foreign keys. However, each row in the child table must have a reference to a parent
key value; the absence of a value (a
null) in the
foreign key is not allowed.
read more >>