![]() | |
#61
| |||
| |||
|
|
Perhaps you mean that simply reorganizing a tree, interactively, is simpler than redesigning a fixed scheme of tables and links? Connect By implies the use of one-way pointers/links, in an adjacency list. This violates the very basic concept of the relation of vaguely defined 'related things', which are unsorted/unordered. |
#62
| |||
| |||
|
|
Have you looked at the options in TREES & HIERARCHIES IN SQL? |
#63
| |||
| |||
|
|
Mark Johnson wrote: Sorry to butt in, but I have just been read this and another related thread for the first time, and it is getting bizarre. Mark, are you asking Marshall to attempt to count a collection of some kind (punch cards, lines of code, whatever) when they are not in their correct order? And are you implying that he won't be able to do it? |
#64
| |||
| |||
|
|
The consensus opinion is that this person is a troll. |
#65
| |||
| |||
|
|
Mark Johnson wrote: One way pointer? Are you telling me that parent child relationships within a table are something one should not do? |
|
establish a hierarchy between items that are the same data entity, for example, say in an equipment table in which a motor is a child of an air handling unit or fan and an on/off switch is a child of that motor? |
#66
| |||
| |||
|
|
Mark Johnson wrote: Perhaps you mean that simply reorganizing a tree, interactively, is simpler than redesigning a fixed scheme of tables and links? Connect By implies the use of one-way pointers/links, in an adjacency list. This violates the very basic concept of the relation of vaguely defined 'related things', which are unsorted/unordered. HI Mark, thanks for your response... I have no idea what you mean here, nor by the horse race thing which you've made my original post into... 8) |
#67
| |||
| |||
|
|
-CELKO- wrote: Have you looked at the options in TREES & HIERARCHIES IN SQL? Hi, er, no, I'm not sure where to go from here... Do you mean MS SQL? Or just SQL, period... I cringe to say this, but I'm not familiar with these concepts. Well, that's wrong, I'm of course familiar with the concept of a tree and hierarchy, but, I'm guessing by hte way you've capitalized these, I should be focusing my attention on these concepts as laid out by the relational model, no? |
#68
| |||
| |||
|
|
Tim Marshall wrote: Mark Johnson wrote: I have no idea what you mean here, nor by the horse race thing which you've made my original post into... 8) I wouldn't worry man. You don't seem to be the only one who his nonsense is confusing. |
#69
| |||
| |||
|
|
"Tony Andrews" <andrewst (AT) onetel (DOT) com> wrote: Mark Johnson wrote: Sorry to butt in, but I have just been read this and another related thread for the first time, and it is getting bizarre. Mark, are you asking Marshall to attempt to count a collection of some kind (punch cards, lines of code, whatever) when they are not in their correct order? And are you implying that he won't be able to do it? I'm pretty sure. Some of those punch card programs ran hundreds of cards. As cliched as the joke is, I'm sure one or more people dropped their boxes of cards on the way to the old central computer card readers. It's a lot to resort, if, assuming if, the cards were not otherwise numbered in order. |
|
The problem appears to be that in order to think in terms of sets and the 'new math', that some are driven to defend it to an absurd degree, claiming that proper order is essentially irrelevant. And I've simply tried to offer numerous examples showing that proper order is essential to most all data. However accounted, in a database, that order must be accounted. Other examples were a roster of US Presidents, start and finish positions in a horse race, literally the order of words and phrases in these very messages back and forth, and so on. |
#70
| |||
| |||
|
|
Mark Johnson wrote: "Tony Andrews" <andrewst (AT) onetel (DOT) com> wrote: Mark Johnson wrote: Sorry to butt in, but I have just been read this and another related thread for the first time, and it is getting bizarre. Mark, are you asking Marshall to attempt to count a collection of some kind (punch cards, lines of code, whatever) when they are not in their correct order? And are you implying that he won't be able to do it? I'm pretty sure. Some of those punch card programs ran hundreds of cards. As cliched as the joke is, I'm sure one or more people dropped their boxes of cards on the way to the old central computer card readers. It's a lot to resort, if, assuming if, the cards were not otherwise numbered in order. But the key word here was COUNT. You are saying that items have to be "in order" to be able to COUNT them? |
|
The problem appears to be that in order to think in terms of sets and the 'new math', that some are driven to defend it to an absurd degree, claiming that proper order is essentially irrelevant. And I've simply tried to offer numerous examples showing that proper order is essential to most all data. However accounted, in a database, that order must be accounted. Other examples were a roster of US Presidents, start and finish positions in a horse race, literally the order of words and phrases in these very messages back and forth, and so on. I am sure nobody sensible (and I know that includes Marshall) would claim that order is never important. |
|
I think what is claimed is that (a) sets are not intrinsically ordered, and (b) sets can nevertheless be used to store data which may then be ordered, perhaps in more than one way. For example, you could list the horses in the race in order of finish position, or in order of horse's name - all from the same intrinsically unordered set of data. Do you not agree? |
![]() |
| Thread Tools | |
| Display Modes | |
| |