TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

NULL Confusion

6 pointsby bigsassyabout 15 years ago

1 comment

tzsabout 15 years ago
In C.J. Dates' book "Database in Depth", there is a wonderful example with a simple database that allows NULL, and something like half a dozen different straightforward ways one might write a query to answer a specific question--and each query gives a different answer.<p>It makes a powerful argument in favor of Dates' argument that NULL should not be allowed.