Term
|
Definition
a named two-dimensional table of data |
|
|
Term
|
Definition
an attribute or combination of attributes that uniquely identifies each row in a relation |
|
|
Term
|
Definition
a primary key that consists of more than one attribute |
|
|
Term
|
Definition
an attribute in a relation that serves as the primary key of another relation in the same database |
|
|
Term
|
Definition
a value that may be assigned to an attribute when no other value applies or when the applicable value is unknown |
|
|
Term
|
Definition
a rule that states that no primary key attribute (or component of a primary key attribute) may be null |
|
|
Term
referential integrity rule |
|
Definition
a rule that states that either each foreign key value must match a primary key value in another relation or the foreign key value must be null |
|
|
Term
|
Definition
a relation that contains minimal redundancy and allows users to insert, modify, and delete the rows in a table without errors or inconsistencies |
|
|
Term
|
Definition
an error or inconsistency that may result when a user attempts to update a table that contains redundant data (three types: insertion, deletion, modification) |
|
|
Term
|
Definition
a serial number or other system-assigned primary key for a relation |
|
|
Term
|
Definition
a foreign key in a relation that references the primary key values of the same relation |
|
|
Term
|
Definition
the process of decomposing relations with anomalies to produce smaller, well structured relations |
|
|
Term
|
Definition
a state of a relation that requires that certain rules regarding relationships between attributes (or functional dependencies) are satisfied |
|
|
Term
|
Definition
a constraint between two attributes in which the value of one attribute is determined by the value of another attribute |
|
|
Term
|
Definition
the attribute on the left side of the arrow in the functional dependency |
|
|
Term
|
Definition
an attribute, or combination of attributes, that uniquely identifies a row in a relation |
|
|
Term
|
Definition
a relation that has a primary key and in which there are no repeating groups |
|
|
Term
|
Definition
a relation in first normal form in which every nonkey attribute is fully functionally dependent on the primary key |
|
|
Term
partial functional dependency |
|
Definition
a functional dependency in which one or more nonkey attributes are functionally dependent on part (but not all) of the primary key |
|
|
Term
|
Definition
a relation that is in second normal form and has no transitive dependencies |
|
|
Term
|
Definition
a functional dependency between a primary key and one or more nonkey attributes that are dependent on the primary key via another nonkey attribute |
|
|
Term
|
Definition
an alternative name used for an attribute |
|
|
Term
|
Definition
an attribute that may have more than one meaning |
|
|
Term
|
Definition
two (or more) attributes that have different names but the same meaning |
|
|
Term
|
Definition
a primary key whose value is unique across all relations |
|
|