2003年 1月 1日 | RECURSIVE | BACK >> 目次 |
● Recursive
A "recursive" structure is a data cluster where instances (within the same entity) are repeated indefinitely.
|
item | |
item-NO | item-NAME |
item. item. as recurring | |
item-NO (R) item-NO (R) |
amount Low-Level Code |
item. item. as recurring
01-02 |
(2) An examaple of "event" entity: If and when the sequence number is quoted to the identifier of "order" entity, and an "order" entity occurring later in historical order cancels a previous one, "recursive" should be applied,
|
order | |
order-NO | order-DATE order-amount |
order. order. as recurring | |
order-NO (R) order-NO (R) |
order-NO | order-DATE | order-amount |
001 | 2002/01/10 | 100 |
002 | 2002/01/20 | 120 |
003 | 2002/01/23 | −100 |
"003" cancelled "001", the data in "order. order. as recurring" is: (003, 001).
Examples (for "recursive" structure) might be multiplied indefinitely; |
<< もどる | HOME | すすむ >> | |
T字形ER手法の英訳 |