Chapter 7: The Relational Data Model Flashcards
Atomic Value
Each value in the domain is indivisible as far as the relational model is concerned.
Attribute
Principle storage unit in a database (a column, also known as a field)
Column
An attribute (principle storage unit in a database. Also known as a field)
Degree
Number of attributes in a table
Domain
The original sets of atomic values used to model data; a set of acceptable values that a column is allowed to contain.
Relation (table)
A subset of the Cartesian product of a list of domains characterized by a name; the technical term for table or file.
Record (tuple, row)
Contains fields that are related
Structured Query Language (SQL)
The standard database access language
Tuple
A technical term for record or row.