Database Tables | SQL Fundamentals | VantageCloud Lake - Tables - Teradata VantageCloud Lake

Lake - Working with SQL

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
jbe1714339405530.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
jbe1714339405530

A table is referred to in set theory terminology as a relation, from which the expression relational database is derived.

Every relational table consists of one row of column headings (more commonly called column names) and zero or more unique rows of data values.

Formally speaking, each row represents what set theory calls a tuple. Each column represents what set theory calls an attribute.

The number of rows (or tuples) in a table is called its cardinality and the number of columns (or attributes) is called its degree or arity.