pluralvalued
Pluralvalued refers to properties of data entities that admit multiple values for a single instance. It is used in data modeling and database design to indicate that an attribute is not restricted to a single value, but can hold a collection such as a set or list. The term is often used interchangeably with multivalued attribute, though some practitioners distinguish between a purely semantic plural value and its stored representation.
In traditional entity-relationship modeling and relational design, pluralvalued attributes pose normalization challenges. First normal form requires
Examples of pluralvalued attributes include a person with multiple phone numbers, a product with several tags,
See also: multivalued attribute, normalization, ER model, relational database, one-to-many, many-to-many. The term is more common