Re: Base Normal Form



On 12 Jul 2005 13:41:28 -0700, "dawn" <dawnwolthuis@xxxxxxxxx> wrote:

>Gene Wirchenko wrote:

[snip]

>> If you say that the ordering is significant, then
>> (a,b,c)
>> and
>> (a,c,b)
>> are different. If you go purely by the name, they are the same. (I
>> have omitted the types for simplicity. Assume that they are the
>> same.)
>>
>> This does not look like much, but consider a join. Now, you have
>> to define which order the columns are in the join. Make sure you do
>> it right, or you could end up with A join B and B join A resulting in
>> different orderings.
>
>I don't say that ordering is significant AT ALL, but I do say that
>using the term "relation" and then insisting that tuples be unordered
^^^^^^^^^^^^^^^^^^^
No, not insisting that tuples be unordered, but that their order
is irrelevant to the RM and that you can not count on any specific
order.

>is redefining the term, thereby muddying terminology and notation
>unnecessarily, in my opinion.

Different contexts, different definitions.

I think there may a question of which tuples are being referred
to.

1) There are the tuples that define the relation. These are
unordered for the reason I give above.

2) The tuples of data are also unordered. If you request data, you
will not get it in any particular order unless you specify the order.
(If it does not matter what order the data comes to you, then why have
an order, even an implicit one? If it does matter, then specify the
order you want.)

I have no problem with either lack of ordering.

[snip]

>taking. Every time there is a term with multiple definitions,
>particularly if the defs are mutually exclusive, I might initially be
>frustrated, but eventually I settle on "amused," perhaps as a coping
>strategy.

I get amused from time to time, too, but I watch it closely. Too
much amusement may mean that I am missing the point of something.

>But I will admit that I have more questions than answers.

The knowledge I prize the most is the knowledge of what I know
and what I do not know.

Sincerely,

Gene Wirchenko

.



Relevant Pages

  • Re: Float comparison
    ... snip ... ... If an int object i contains the value 42, ... If a double object x contains the value 42.0, it doesn't matter ... and your double object can be representing anything fom ...
    (comp.lang.c)
  • Re: [OT] Re: The real Dawkins on TV...
    ... > your foundational texts are worthless; that your 'miracles' are imaginary; ... Nor is it a matter of 'ideology' to oppose the ... > that results from the indulgence of 'religious faith' isn't in any sense ...
    (talk.origins)
  • Re: An alternative view of our lads
    ... I wonder why he took this turn after years of more measured approach which was lighter on analysis. ... information on that man's website and I often turn up his site when Googling obscure bands. ... I'll snip it, but you're attributes seem out of character with the site I've visited. ... any revisions still don't matter to me as it didn't before. ...
    (rec.music.beatles)
  • Re: Base Normal Form
    ... Gene Wirchenko wrote: ... but I was referring to "column ordering" and not row ... The RM operators need not act on the column ordering info, ...
    (comp.databases.theory)
  • Re: arrrggghhh!! Select statements..
    ... "Gene Wirchenko" wrote: ... order by invo_num into dbf ... invonum linenum rptrnum product amount ...
    (microsoft.public.fox.programmer.exchange)