|
|
|
|
|
by wvenable
528 days ago
|
|
I wouldn't necessarily define `null` as "unknown" -- it's just "no value" -- which is really the same thing and also somewhat equivalent to "unset". But null pointers aren't unset as pointers aren't initialized to null in C and you can explicitly set a pointer to null. E.F. Codd added nulls to relational model in 1970 so that does pre-date C. The concept is even older than that I imagine. |
|
If there might actually not be such a value, you're supposed to change your schema to reflect that.