|
|
|
|
|
by jl6
1445 days ago
|
|
> Should databases have two separate values for unknown or no value? That sounds like a world of hurt, with two types of null. It’s also a non-problem in practice, because if an application needs to distinguish between multiple types of nulls, it can very easily just use an extra column holding the information needed to disambiguate. |
|
(Existence of a workaround doesn't turn a problem into a non-problem)