Hacker News new | ask | show | jobs
by hans_castorp 1487 days ago
> by declaring our SQL columns as NOT NULL when possible.

I hear this advice quite often, but that doesn't relief you of handling NULL values. E.g. a NOT NULL column can be NULL in a result of an outer join.