This project is archived. Its data is
read-only
.
Changes
Page history
Update Pseudonymization
authored
Jan 26, 2021
by
Kai van Lopik
Show whitespace changes
Inline
Side-by-side
Pseudonymization.md
View page @
cbaa014c
...
...
@@ -5,7 +5,7 @@ Traditional data IDs
Data storage systems usually assign unique identifiers to the entries they store. For example, (relational) database tables typically include an
`Id`
column:
| Id | Name | BankAccountNr | LastDoctorVisit | ... |
| --- | ------- | ------------------ | --------------- |
...
|
| --- | ------- | ------------------ | --------------- |
---
|
| 1 | Scrooge | NL50ABNA3690200148 | 1843-12-19 | ... |
| 2 | Donald |
<NULL>
| 2021-01-06 | ... |
| 3 | Ariel | DK3650519625773963 | 1989-11-17 | ... |
...
...
...
...