4
votes
Null or empty string to represent no data in table column?
In the context of the relational database model, null indicates "no value" or "unknown value". It exists for exactly the purpose you describe.
UPDATE: Sorry, I forgot to add that while mos …
