|
Category: Definition
Tuple
In Information Technology, the term tuple describes a function, which assigns values to a finite set of field names. Tuples can be found for example as records in
tables.
A tuple is therefore equivalent to a complete record. Basically, tuple have a fixed number of elements,
which do not necessarily have to be of the same type. For example, a tuple can be made up of a
octet
or eight
bytes.
|