Chapter 3: The Relational Database Model Flashcards
the column’s range of permissible values
domain
is an attribute or combination of attributes that uniquely identifies any given row
primary key
consists of one or more attributes that determine other attributes
key
the state in which knowing the value of one attribute makes it possible to determine the value of another
determination
the value of one or more attributes determines that the value of one or more attributes determine the value of one or more other attributes.
functional dependence
the attribute whose value determines another
determinant
the attribute whose value is determined by the other attribute
dependent
used to refer functional dependencies in which the entire collection of attributes in the determinant is necessary for the relationships
full functional dependence
a key that is composed of more than one attribute
composite key
an attribute that is a part of a key
key attribute
a key that can uniquely identify any row in the table
superkey
a minimal superkey- that is a superkey without any unnecessary attributes
candidate key
the condition in which each row in the table has its own unique identity
entity integrity
the absence of any data value and it is never allowed in any part of the primary key
null
the primary key of one table that has been placed into another table to create a common attribute
foreign key (FK)