How to design a Relational Database using four Tables?

Hi, I want to design a relational database using four tables. The tables will relate with each other. Such that all records of the parent table will include into child table but the child table only contain those records which are included in the parent table.
