NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Ow ow ow (Score:1)
My brain is hurting!
Okay, not really. But this has been interesting reading.
Re:Ow ow ow (Score:2)
What's really frustrating is that much of the problems associated with nulls would go away if database vendors would start supplying DBMS which enforce relational data (SQL doesn't). First, we would need something called "distributed foreign keys" -- mentioned in the PDF I link to. Next, databases would have to be optimized to handle 6NF, something which is rarely seen, and 1NF, something which is not well-understood. Further, queries would need to return relations. In other words, they would need to re
Re:Ow ow ow (Score:1)
I can't believe I'm only now seeing this post...
Since reading Database In Depth, I've also realized that the object-relational impedance mismatch is a myth. It is a persistent myth, but a myth none the less.
Here's the quote from that book that I always go back to:
I take this as meaning that a proper type system is a prerequisite for building a proper relational system.
Reply to This
Parent