![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I haven't googled this subject yet, but I'm hoping for some kicks or gentle prodding in the right direction as it's an area with which I am unfamiliar. Thanks very much in advance for reading. |
#3
| |||
| |||
|
|
So ......... What requirement do you have that's not met by recording just the mailing address? |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
The other approach is one with which I am familiar for listing parent child relationships between various components of building equipment (a fan might be a child of an air handling unit, for example) rather than location. It's more difficult (impossible?) to impose a table level constraints on relationships within such a table, and depending on the platform, it can be difficult to really organize the data into major locations (country, say) and the component children. Oracle allows me to do this using the Connect by prior statements, for example. The real advantage of such a system as this is that I'm not locked into specific "geo-political" organizational structure. |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
If one were to bet on the horses, a database could be used to store such information, quantitative, even vague and cryptic observations of use only to the diarist, if you will. Perhaps one could turn to the RM. One might list the horses by stable. One might list the horse, per race, and gate. The gate becomes merely an attribute for that relation. But how far does one carry that? Horses are money-winners. Some win more, some less. And they can be ranked. Their ranking is yet another attribute, in another relation. At what point can one say that the relation is sorted, which is a violation of the RM, as I understand it? |
#8
| |||
| |||
|
|
On Mon, 20 Feb 2006 17:37:04 -0800, Mark Johnson 102334.12 (AT) compuserve (DOT) com> wrote: If one were to bet on the horses, a database could be used to store such information, quantitative, even vague and cryptic observations of use only to the diarist, if you will. Perhaps one could turn to the RM. One might list the horses by stable. One might list the horse, per race, and gate. The gate becomes merely an attribute for that relation. But how far does one carry that? Horses are money-winners. Some win more, some less. And they can be ranked. Their ranking is yet another attribute, in another relation. At what point can one say that the relation is sorted, which is a violation of the RM, as I understand it? What do you mean by "how far does one carry that"? All your examples are typical of cursors, not relations. Every time you say "list", think "cursor". Cursors are always sorted, but relations are not. |
|
So the question is, what do you want to model? |
#9
| |||
| |||
|
|
No that's a relation. In describing a race, the attributes might include, gate. The gates are ordered. But as I understand it, relations are not supposed to be sorted. So I wondered that if a relation includes a horse's ranking, as a 'thing' intrinsic, that one is trying to say that relations can be sorted? |
#10
| |||
| |||
|
|
Bob Hairgrove <invalid (AT) bigfoot (DOT) com> wrote: On Mon, 20 Feb 2006 17:37:04 -0800, Mark Johnson 102334.12 (AT) compuserve (DOT) com> wrote: If one were to bet on the horses, a database could be used to store such information, quantitative, even vague and cryptic observations of use only to the diarist, if you will. Perhaps one could turn to the RM. One might list the horses by stable. One might list the horse, per race, and gate. The gate becomes merely an attribute for that relation. But how far does one carry that? Horses are money-winners. Some win more, some less. And they can be ranked. Their ranking is yet another attribute, in another relation. At what point can one say that the relation is sorted, which is a violation of the RM, as I understand it? What do you mean by "how far does one carry that"? All your examples are typical of cursors, not relations. Every time you say "list", think "cursor". Cursors are always sorted, but relations are not. No that's a relation. In describing a race, the attributes might include, gate. The gates are ordered. |
![]() |
| Thread Tools | |
| Display Modes | |
| |