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.
Database in Depth (Score:1)
Maybe I give it a second chance later, but this together with the overall style made me leave it at chapter 3.
Re:Database in Depth (Score:2)
Yes, tuples can be ordered while a set is not, even though tuples in the relational model are unordered. I believe the distinction here was to ensure that you don't get "Bob, Paris" (assuming "customer, city") and "Paris, Bob" (assuming "city, customer") in the same query and thus getting a result which is effectively duplicated and having negative impacts on subsequent operations. In this sense, what make a "tuple" a "tuple" is not the ordering of the attributes but the names of them. This is actually f
Re:Database in Depth (Score:1)
The choice of sets reflects the need to avoid the possibility to refer to columns by index, in opinion of a friend of mine.
In math a relation is something much more simple. Given a cartesian product S = S1, S2,