Unlock access to all the studying documents.
View Full Document
Chapter 2: Database Design Fundamentals
Cengage Learning Testing, Powered by Cognero
1. The process of determining the particular tables and columns that will comprise a database is known as database design.
2. A tabular database is a collection of tables.
3. A relation is a characteristic or property of an entity.
4. Because there is a one-to-many relationship between sales reps and customers in the TAL Distributors database, one
sales rep can be associated with zero, one, or more customers.
5. In a relational database, each entity has its own table.
6. A matrix is the association between entities.
7. In the one-to-many type of relationship, the word many always indicates a large number.
Chapter 2: Database Design Fundamentals
Cengage Learning Testing, Powered by Cognero
8. In a relational database, relationships are implemented by having common columns in two or more tables.
9. Each column in a table of a relational database should have a distinct name.
10. In a relation, all values in a column are values of the same attribute.
11. A relation is essentially a three-dimensional table.
12. Columns are sometimes called tuples.
13. The concept of functional dependence is trivial to understanding database concepts.
Cengage Learning Testing, Powered by Cognero
20. You can indicate a table’s primary key by underlining the column or collection of columns that comprises the primary
key for each table in the database.
21. The definition for a primary key really defines a candidate key as well.
22. Many organizations and institutions are moving toward using Social Security numbers as primary keys because of
privacy issues.
23. If a table contained both employee numbers and Social Security numbers, both columns would be referred to as
candidate keys.
24. A programmer interviews users, examines existing and proposed documents, and examines organizational policies to
determine exactly the type of data needs the database must support.
25. It is possible for the computer to generate values that are used as the primary key column.
Cengage Learning Testing, Powered by Cognero
26. Normalization is done before creating the database design.
27. An unnormalized relation is a relation that may contain repeating groups.
28. When you convert an unnormalized table to a table in first normal form, the primary key of the table in first normal
form is usually the concatenation of at least two columns.
29. Qualification is an update anomaly.
30. A table is in third normal form if it is in second normal form and no nonkey column is dependent on only a portion of
the primary key.
31. A determinant is any column (or collection of columns) that determines another table.
Cengage Learning Testing, Powered by Cognero
32. The process of determining the particular tables and columns that will comprise a database is known as ____.
33. At TAL Distributors, there is a ____ relationship between sales reps and customers.
34. A(n) ____ is the association between entities.
35. A(n) ____ is a property of an entity.
36. In a relational database each ____ should be unique.
Cengage Learning Testing, Powered by Cognero
37. There is a commonly accepted shorthand representation to show the structure of a relational database: After the name
of the table, all the columns in the table are listed within a set of ____.
38. A field is another term for a(n) ____.
39. A record is another term for a(n) ____.
40. Which of the following symbols is used to qualify column names?
41. Which of the following is the primary key of the ORDER_LINE (ORDER_NUM, ITEM_NUM, NUM_ORDERED,
QUOTED_PRICE) table?
Cengage Learning Testing, Powered by Cognero
60. When you write a column in the format CUSTOMER.REP_NUM, you say that you ____________________ the
column name.
61. In a relational database, column B is ____________________ on another column A, if at any point in time a value for
A determines a single value for B.
62. If B is functionally dependent on A, you also can say that A functionally ____________________ B.
63. The ____________________ key of a table (relation) is the column or collection of columns that uniquely identifies a
given row in that table.
64. A relation is in ____________________ normal form if it does not contain any repeating groups.
65. The four categories of update anomalies are additions, deletions, inconsistent data, and ____________________.
66. A(n) ____________________ column is a column that is not part of the primary key.
67. If the primary key of a table contains only a single column, the table is automatically in ____________________
normal form.
68. ______________________________ is another name given to third normal form in this text.
Chapter 2: Database Design Fundamentals
BCNF (Boyce-Codd normal form)
Boyce-Codd normal form (BCNF)
Boyce-Codd
BCNF
69. In one style of entity-relationship (E–R) diagrams, a crow’s foot is used to represent the ____________________ side
of a relationship.
70. In one style of entity-relationship (E–R) diagrams, the letter n is used to represent the ____________________ side of
a relationship.
71. In one style of entity-relationship (E–R) diagrams, diamonds are used to describe ____________________.
POINTS:
1
REFERENCES:
23|26