Skip to content

Tuple

In programming, a tuple an immutable list; it cannot be changed once set.

A n-tuple_ is an order collection of n element, typically consisting of different data types, that are accessed by their index. Tuples are commonly used for passing data between functions in a program.

RDBMS may formally identify their rows (records) as tuples.