Because that is what a FULL JOIN does - it shows all the rows from all the tables involved:
SQL - FULL JOINS[
^]
I don't know what data you have, or what results you expect - so I can't tell you what to write to get them. But ... a FULL JOIN is probably not what you want. Start here:
SQL JOINS diagram[
^] and thing about your inputs and outputs. Then work out exactly what you want to achieve along with the diagrams and double check here before moving to code:
SQL Joins[
^]