Hacker News new | ask | show | jobs
by DangitBobby 527 days ago
And yet when you do a join because you need to actually use that data, the resulting table will have a column with nulls in it. Any way you squeeze it, you need a way to represent empty values for your database to be useful.
1 comments

An inner join? Then there wouldn't be any nulls.
IDK, do you want to exclude people without a middle name or a second address line when examining a product order list? I'll leave that one for you to decide.