Chapter 9 Flashcards
Which of the following is not a property of relations in the relational database model?
The sequence of the rows cannot be changed.
________ is the process of converting complex data structures into simple, stable data structures.
Normalization
A relation is in _____ when there are no partical and transitive functional dependendices.
third normal form (3NF)
A _______ is an attribute that appears as a non-primary key attribute in one relation and as the primary key attribute in another relation.
Foreign key
The criteria for a relation to be in the 2nd normal form applies only when _______.
the primary key is composed of multiple attributes
________ is an integrity constraint specifying that the value of an attribute in one relation depends on the value of the same attribute in another relation.
Referential integrity
he primary key in a relation must satisfy that _______.
the value of the key must uniquely identify every row in the relation
A _______ field is a field that can be derived from other database fields.
calculated
_______ is the process of splitting or combining normalized relations int physical tables based
on affinity of use of rows and fields
Denormalization
In _______ file organization method, rows are stored non-sequentially but the address for each
row is determined using an algorithm.
hashed