|
Fall Semester 2002 |
Key Terms
Chapter Outline
I. Introduction II. Functional Dependence III. Keys IV. First Normal Form V. Second Normal Form VI. Third Normal Form VII. Incorrect Decompositions VIII. Multivalued Dependencies and Fourth Normal Form IX. Avoiding the Problem with Multivalued Dependencies X. Summary XI. Key Terms XII. Review Questions XIII. Premiere Products Exercises XIV. Henry Books Case
Notes and Main Ideas
Property 1: All columns in R are functionally dependent on A.A candidate key is a column or collection of columns that has the same properties presented in the definition of the primary key. Candidate keys that are not chosen to be primary keys are called alternate keys.Property 2: No subcollection of the columns in A (assuming that A is a collection of columns and not just a single column) also has Property 1.
1. What term is used to describe a candidate key that is not chosen as the primary key? ANSWER: alternate key (highlight to see the answer)2. What term is used to describe a column that is not part of the primary key? ANSWER: nonkey column or nonkey attribute (highlight to see the answer)
3. In what normal form (NF) is a table automatically if the primary key contains only a single column? ANSWER: second (2NF) (highlight to see the answer)
Additional thoughts and notes
A114/I111