|
|
|
|
|
by dragonwriter
2960 days ago
|
|
> What do you use in a database when you have a field where you literally do not know what the value should be? You don't. If a value may not be present for an entity, it's not an attribute of the entity in question, it's an attribute of another entity that has a (0..1):1 relationship to the entity in question. Normalization eliminates NULL. |
|
Or maybe I don't do a join. Maybe I do a separate query. If the query comes back with zero rows, then I... what?