Re: 3 value logic. Why is SQL so special?
From: Chris Lim <blackcap80_at_hotmail.com>
Date: 18 Sep 2006 22:04:15 -0700
Message-ID: <1158642255.069101.30980_at_h48g2000cwc.googlegroups.com>
Date: 18 Sep 2006 22:04:15 -0700
Message-ID: <1158642255.069101.30980_at_h48g2000cwc.googlegroups.com>
Marshall wrote:
> In comp.lang.java.programmer, it was not uncommon to have
> someone describe a problem that would trivially be solved
> by adding a new class, but they would reject that solution because
> "too many classes."
The key difference here is 'trivially'. Adding lots (and we are talking about lots when you consider the number of nullable columns) of tables makes it much hard to query that data (especially if you also disallow outer joins!). And if you are going to prove me wrong with an example, at least use a table with lots of nullable columns instead of just one or two.
Chris Received on Tue Sep 19 2006 - 07:04:15 CEST