lol easiest way to explain it is be specific
from table1, table2 join table3 on id = table3.id
who knows what that means
now this
from table1 inner join table2 on table1.id = table2.id
inner join table 3 on table3.id = table2.id
looks much clearer at least to me