child table are those tables that references a parent table

for example table emp and table dept

dept would be the parent table and emp the child

emp would have a foreign key that references dept primary key

the values in foreign key column in emp must be null (depends on how´s ur relationship) or one of PK in dept

does this help...?