Normalization of an 1:1 or 1:0 relationship
when using relation databases and you want 3NF (do you call it 3NF in english?), then you pull 1:1 relationsships together into one table. But what happens if the rationship is 1:0/1 (/ meaning or)? Then you keep them separated to avoid blank spaces in tables? Kepping them apart is valid 3NF in ths case? Third normal form basically means that an attribute (or column) depends on the key, the whole key and nothing but the key (so help me, Codd). If you have an attribute which is either there or not there, that attribute itself may still follow the rules. In those cases, I would simply keep the