andmeväljade
Andmeväljad, or data fields in Estonian, are discrete units of information used to capture specific pieces of data about an entity within information systems. Each field has a name, a data type, and optional constraints that govern what values are allowed. In practice, andmeväljad appear in databases as columns, in forms as input controls, and in data models as attributes of entities such as persons, products, or events.
In databases and data models, fields define the structure of records. A table comprises multiple fields, each
Common data types include string, integer, floating point, date/time, boolean, and more complex structures like arrays
Privacy and data minimization are central to the handling of andmeväljad. Systems should collect only necessary
Standards and interoperability efforts, such as JSON Schema, XML Schema, or database schema conventions, guide the
See also data model, database column, form design, and JSON Schema.