Referentietabellen
Referentietabellen, also known as lookup tables or mapping tables, are a fundamental concept in data management and programming. They serve as a way to store and retrieve related pieces of information efficiently. Essentially, a referentietabel consists of two or more columns, where one or more columns act as keys to identify specific rows, and other columns contain the corresponding values or attributes associated with those keys.
The primary purpose of a referentietabel is to establish a clear relationship between different data elements.
In database design, referentietabellen are often implemented as separate tables linked through foreign keys. This normalization