In SQL, a relation is a bag of objects that all share the same characteristics: a list of attributes with a known given data type.
We name those objects tuples in SQL. An object with three attributes can be named a triple, an object with four attributes a quadruple, with six attributes a sextuple, etc. The generic that applies to any number of attributes is built on the same mechanism. Let’s say that we have the unknown number t of attributes. Then we’ll name the object a T-UPLE, or a tuple.