datavelden
Datavelden, or data fields, are the discrete units of information stored in a data record. They define what kind of data is captured, held, and described for each entity, and they appear in schemas, data dictionaries, and data-entry forms. In relational databases, datavelden correspond to columns in a table, with each row representing a record.
A dataveld typically specifies several attributes: a name, a data type (such as string, integer, date, boolean,
Metadata plays a key role in describing datavelden. A data dictionary or metadata repository records each field’s
Examples include a Customers table with CustomerID (integer, primary key, not null), Name (string, up to 100