I think multiplicity has to do with what kind of foreign key relationship tables have.
But when I'm reading answers like this: "If your FK is nullable your multiplicity in principal entity must be 0..1 - default value has no role in this because you can assign null to FK. So all your dependent entities must be in 0..1 - * relation with your principal entity." ..it can get quite intimidating.
Can anyone walk me through some of the SQL jargon? What is a 0..1 - * relationship?