Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change typo in default end date #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorial/tut_eff_satellites.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A Link does not have any temporal data; it declares that there is a relationship
To solve this, we create an Effectivity Satellite from `LINK_A_B` called `EFF_SAT_A_B`. This contains information about
the status of `LINK_A_B`. Now we have two columns, `START_DATE` and `END_DATE`. When the Effectivity Satellite
record is created, we set the `START_DATE` and leave the `END_DATE` empty, or in our case set it to the maximal date of
`9999-31-12` to signify that the relationship will not expire - it is active, or 'open'.
`9999-12-31` to signify that the relationship will not expire - it is active, or 'open'.

Now imagine, the foreign key link in Table A changes for some reason, pointing to another record in Table B.
The foreign key column in the row changes to point to the new record and it no longer points to the old record. This
Expand Down Expand Up @@ -185,4 +185,4 @@ The resulting Effectivity Satellite table will look like this:
| . | . | . | . | . | . | . | 1 |
| D8CB1F... | FED333... | 8FAA77... | 1993-01-01 00:00:00.000 | 9999-31-12 00:00:00.000 | 1993-01-01 00:00:00.000 | 1993-01-01 00:00:00.000 | 1 |

--8<-- "includes/abbreviations.md"
--8<-- "includes/abbreviations.md"