multivalue
Multivalue refers to a property of data items that may contain more than one value. A multivalued attribute or field stores several elements within a single attribute location, in contrast to a single-valued attribute that holds exactly one value. Multivalue data appears in various computing contexts, including data models, databases, and data interchange formats.
In data modeling, multivalued attributes are seen in early entity-relationship theory and in some non-relational designs.
Some database systems, notably MultiValue databases such as Pick, UniVerse, and UniData, natively support multivalue fields.
In programming languages, multivalued data is implemented as arrays, lists, sets, or other collection types. Multivalued