The Relational Model

relation = math. for table, NOT from ER-model

A relation has two parts:

When the context is clear the attribute names can be ommitted, e.g.
the (unnamed) tuples of relation Age are { (John, 30), (Jane, 25) }

Relations are sets of tuples:

→ there is no preferred order for the tuples, and
→ there is no point in stating a fact more than once.

Relational Algebra: a brief Overview

Operations on one or more relation always result in a relation (not some other kind of object).