Deck 5: Database Design 1: Normalization

Full screen (f)
exit full mode
Question
The fact that column B is functionally dependent on column A can be written as ____.​

A) ​A ® B
B) ​B ® A
C) ​A ® ® B
D) ​B ® ® A
Use Space or
up arrow
down arrow
to flip the card.
Question
The definition for ____ also defines a candidate key.​

A) ​functional key
B) ​repeating group
C) ​primary key
D) ​nonkey column
Question
Potential problems in the design of a relational database are known as ____.​

A) ​update anomalies
B) ​select anomalies
C) ​modification anomalies
D) ​relational anomalies
Question
If B (an attribute)is functionally dependent on A,we can also say that ____.​

A) ​A functionally determines B
B) ​A functionally determines another attribute in the table
C) ​B functionally determines A
D) ​B does not determine any other attribute
Question
Removal of repeating groups is the starting point in the quest to create tables that are as free of problems as possible.​
Question
The most recent definition of third normal form is referred to as the Boyce-Codd normal form.​
Question
The primary key in a table will be a determinant.​
Question
A table that is in first normal form may contain problems that will require you to restructure it.​
Question
Converting to third normal form always avoids the problems related to dependencies.​
Question
To correct update anomalies in a database,tables must be converted into various types of normal forms.​
Question
By splitting relations to achieve third normal form tables,you create the need to express interrelation constraints.​
Question
Functional dependencies can be determined by looking at sample data.​
Question
The ____ is a column (or collection of columns)A such that all other columns are functionally dependent on A and no subcollection of the columns in A has this property.​

A) ​functional key
B) composite key​
C) ​primary key
D) ​declared key
Question
If B is functionally dependent on A,you can also say that B functionally determines A.​
Question
​The normalization process used to convert a relation or collection of relations to an equivalent collection of third normal form tables is a crucial part of the database design process.
Question
Tables that are in second normal form do not contain problems.​
Question
In general,when converting a non-first normal form table to first normal form,the primary key will usually include the original primary key concatenated with the key to the repeating group.​
Question
A table that is in first normal form is better than one that is in second normal form.​
Question
In a dependency diagram,the arrows below the boxes indicate the normal dependencies.​
Question
If the primary key of a table contains only a single column,the table is automatically in first normal form.​
Question
The ____________________ process enables you to identify the existence of potential problems in the design of a database.​
Question
If there is more than one possible choice for the primary key,and one of the possibilities is chosen to be the primary key,the others are referred to as ____.​

A) ​canceled keys
B) ​alternate keys
C) ​nonkey attributes
D) ​contributory keys
Question
Another name for a nonkey column is a ____.​

A) ​nonkey attribute
B) ​key attribute
C) ​nonkey row
D) ​key table
Question
A(n)____________________ uses arrows to indicate all the functional dependencies present in the table.​
Question
To convert a table to fourth normal form,split the third normal form table into separate tables,each containing the column that ____ the others.​

A) ​determines
B) ​multidetermines
C) ​defines
D) ​identifies
Question
A column is a nonkey column if it is ____.​

A) ​in first normal form
B) ​in second normal form
C) ​a part of the primary key
D) ​not a part of the primary key
Question
Second normal form represents an improvement over ____________________ normal form.​
Question
An alternate key is a ____.​

A) ​foreign key
B) ​primary key
C) ​column that could be a primary key but was not chosen
D) ​row that could be a primary key but was not chosen
Question
Which of the followingcontains a repeating group?​

A) ​Orders (OrderNum, OrderDate, (ItemNum, NumOrdered) )
B) ​Orders (OrderNum, OrderDate, ItemNum, NumOrdered )
C) ​Orders (OrderNum, OrderDate)
D) ​Orders (OrderNum, ItemNum, NumOrdered )
Question
​A table that contains a repeating group is called a(n)____.

A) ​normalized relation
B) ​unnormalized relation
C) ​nominal relation
D) ​non-nominal relation
Question
The conversion of an unnormalized table to first normal form requires the removal of ____.​

A) ​determinants
B) ​interrelation constraints
C) ​nonkey columns
D) ​repeating groups
Question
A table is in first normal form if it does not contain ____.​

A) ​repeating groups
B) ​a foreign key
C) ​a primary key
D) ​alternate keys
Question
A(n)____ is a column or collection of columns on which all columns in the table are functionally dependent.​

A) ​index key
B) ​candidate key
C) ​major key
D) ​special key
Question
​A table is in fourth normal form when it is in third normal form and there are no ____.

A) ​alternate keys
B) ​foreign keys
C) ​multivalued dependencies
D) ​primary dependencies
Question
​A column is a nonkey column if it is not a part of the ____________________.
Question
Partial dependencies are dependencies on only a portion of the ____.​

A) ​nonkey column
B) ​first column or attribute
C) ​primary key
D) ​index
Question
A column B is ____________________ on another column A if each value for A in the database is associated with exactly one value of B.​
Question
____ normal form has an additional condition that the only determinants the table contains are candidate keys.​

A) ​First
B) ​Second
C) ​Third
D) ​Fourth
Question
Second normal form can be defined as a table that is in first normal form but that contains no ____.​

A) ​partial dependencies
B) ​alternate keys
C) ​nonkey columns
D) ​interrelation constraints
Question
From all the ____ keys,one is chosen to be the primary key.​

A) ​alternate
B) ​candidate
C) ​functional
D) ​normal
Question
Discuss how candidate keys,primary key,and alternate keys are related.​
Question
In a table with columns A,B,and C,there is a(n)____________________ dependence of column B on column A if each value for A is associated with a specific collection of values for B and,further,this collection is independent of any values for C.​
Question
What is the difference between a table in first normal form and one in second normal form?​
Question
Describe the procedure for converting a table to the third normal form.​
Question
A(n)____________________ is a condition that involves two or more relations.​
Question
Explain what normalization is,including the goal of normalization.​
Question
A→→ B signifies that B is ____________________ on A.
Question
Any column or collection of columns that determines another column is called a(n)​
Question
By converting a given collection of tables to an equivalent third normal form collection of tables,you remove any problems arising from ____________________ dependencies.​
Question
Discuss what normal forms are and list the most common normal forms.​
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Database Design 1: Normalization
1
The fact that column B is functionally dependent on column A can be written as ____.​

A) ​A ® B
B) ​B ® A
C) ​A ® ® B
D) ​B ® ® A
A
2
The definition for ____ also defines a candidate key.​

A) ​functional key
B) ​repeating group
C) ​primary key
D) ​nonkey column
C
3
Potential problems in the design of a relational database are known as ____.​

A) ​update anomalies
B) ​select anomalies
C) ​modification anomalies
D) ​relational anomalies
A
4
If B (an attribute)is functionally dependent on A,we can also say that ____.​

A) ​A functionally determines B
B) ​A functionally determines another attribute in the table
C) ​B functionally determines A
D) ​B does not determine any other attribute
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
Removal of repeating groups is the starting point in the quest to create tables that are as free of problems as possible.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
The most recent definition of third normal form is referred to as the Boyce-Codd normal form.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
7
The primary key in a table will be a determinant.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
A table that is in first normal form may contain problems that will require you to restructure it.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
Converting to third normal form always avoids the problems related to dependencies.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
To correct update anomalies in a database,tables must be converted into various types of normal forms.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
By splitting relations to achieve third normal form tables,you create the need to express interrelation constraints.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
Functional dependencies can be determined by looking at sample data.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
The ____ is a column (or collection of columns)A such that all other columns are functionally dependent on A and no subcollection of the columns in A has this property.​

A) ​functional key
B) composite key​
C) ​primary key
D) ​declared key
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
14
If B is functionally dependent on A,you can also say that B functionally determines A.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
​The normalization process used to convert a relation or collection of relations to an equivalent collection of third normal form tables is a crucial part of the database design process.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
16
Tables that are in second normal form do not contain problems.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
17
In general,when converting a non-first normal form table to first normal form,the primary key will usually include the original primary key concatenated with the key to the repeating group.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
18
A table that is in first normal form is better than one that is in second normal form.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
In a dependency diagram,the arrows below the boxes indicate the normal dependencies.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
20
If the primary key of a table contains only a single column,the table is automatically in first normal form.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
21
The ____________________ process enables you to identify the existence of potential problems in the design of a database.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
If there is more than one possible choice for the primary key,and one of the possibilities is chosen to be the primary key,the others are referred to as ____.​

A) ​canceled keys
B) ​alternate keys
C) ​nonkey attributes
D) ​contributory keys
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
23
Another name for a nonkey column is a ____.​

A) ​nonkey attribute
B) ​key attribute
C) ​nonkey row
D) ​key table
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
A(n)____________________ uses arrows to indicate all the functional dependencies present in the table.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
To convert a table to fourth normal form,split the third normal form table into separate tables,each containing the column that ____ the others.​

A) ​determines
B) ​multidetermines
C) ​defines
D) ​identifies
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
26
A column is a nonkey column if it is ____.​

A) ​in first normal form
B) ​in second normal form
C) ​a part of the primary key
D) ​not a part of the primary key
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
Second normal form represents an improvement over ____________________ normal form.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
An alternate key is a ____.​

A) ​foreign key
B) ​primary key
C) ​column that could be a primary key but was not chosen
D) ​row that could be a primary key but was not chosen
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the followingcontains a repeating group?​

A) ​Orders (OrderNum, OrderDate, (ItemNum, NumOrdered) )
B) ​Orders (OrderNum, OrderDate, ItemNum, NumOrdered )
C) ​Orders (OrderNum, OrderDate)
D) ​Orders (OrderNum, ItemNum, NumOrdered )
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
30
​A table that contains a repeating group is called a(n)____.

A) ​normalized relation
B) ​unnormalized relation
C) ​nominal relation
D) ​non-nominal relation
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
31
The conversion of an unnormalized table to first normal form requires the removal of ____.​

A) ​determinants
B) ​interrelation constraints
C) ​nonkey columns
D) ​repeating groups
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
32
A table is in first normal form if it does not contain ____.​

A) ​repeating groups
B) ​a foreign key
C) ​a primary key
D) ​alternate keys
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
A(n)____ is a column or collection of columns on which all columns in the table are functionally dependent.​

A) ​index key
B) ​candidate key
C) ​major key
D) ​special key
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
34
​A table is in fourth normal form when it is in third normal form and there are no ____.

A) ​alternate keys
B) ​foreign keys
C) ​multivalued dependencies
D) ​primary dependencies
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
35
​A column is a nonkey column if it is not a part of the ____________________.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
Partial dependencies are dependencies on only a portion of the ____.​

A) ​nonkey column
B) ​first column or attribute
C) ​primary key
D) ​index
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
37
A column B is ____________________ on another column A if each value for A in the database is associated with exactly one value of B.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
38
____ normal form has an additional condition that the only determinants the table contains are candidate keys.​

A) ​First
B) ​Second
C) ​Third
D) ​Fourth
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
39
Second normal form can be defined as a table that is in first normal form but that contains no ____.​

A) ​partial dependencies
B) ​alternate keys
C) ​nonkey columns
D) ​interrelation constraints
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
40
From all the ____ keys,one is chosen to be the primary key.​

A) ​alternate
B) ​candidate
C) ​functional
D) ​normal
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
41
Discuss how candidate keys,primary key,and alternate keys are related.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
42
In a table with columns A,B,and C,there is a(n)____________________ dependence of column B on column A if each value for A is associated with a specific collection of values for B and,further,this collection is independent of any values for C.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
43
What is the difference between a table in first normal form and one in second normal form?​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
44
Describe the procedure for converting a table to the third normal form.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
45
A(n)____________________ is a condition that involves two or more relations.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
46
Explain what normalization is,including the goal of normalization.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
A→→ B signifies that B is ____________________ on A.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
Any column or collection of columns that determines another column is called a(n)​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
49
By converting a given collection of tables to an equivalent third normal form collection of tables,you remove any problems arising from ____________________ dependencies.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
Discuss what normal forms are and list the most common normal forms.​
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 50 flashcards in this deck.