Tuple (database)

What is a tuple (database)?
Im Zusammenhang mit relationalen Datenbanken ist ein Tupel ein Datensatz (eine Zeile). Die Informationen in einer Datenbank können als Spreadsheet betrachtet werden, mit Spalten (bekannt als Felder oder Attribute), die verschiedene Kategorien von Informationen darstellen, und Tupeln (Zeilen), die alle Informationen von jedem Feld repräsentieren, das einem einzelnen Datensatz zugeordnet ist.
In a relational database, a tuple contains all of the data for a single record. For example, in a database containing customer contact information, the fields could be categories such as name, phone number, email address, and mailing address, while a tuple for that database could be:

Bill Gates 206-555-1234 [email protected] PO Box 123, Seattle, WA 98100

In mathematics, a tuple is an ordered list of elements. Associated with this is an n-tuple, which in set theory is a collection (sequence) of “n” elements. With this in mind, it would be better to say that tuples are implemented as records, although the terms are commonly used interchangeably.

Was the explanation to "Tuple (database)"Helpful? Rate now:

Synonym for / Other word for

  • tuple

Weitere Erklärungen zu Anfangsbuchstabe T