Deck 5: Database Design 1: Normalization

ملء الشاشة (f)
exit full mode
سؤال
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
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The definition for ____ also defines a candidate key.​

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

A) ​update anomalies
B) ​select anomalies
C) ​modification anomalies
D) ​relational anomalies
سؤال
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
سؤال
Removal of repeating groups is the starting point in the quest to create tables that are as free of problems as possible.​
سؤال
The most recent definition of third normal form is referred to as the Boyce-Codd normal form.​
سؤال
The primary key in a table will be a determinant.​
سؤال
A table that is in first normal form may contain problems that will require you to restructure it.​
سؤال
Converting to third normal form always avoids the problems related to dependencies.​
سؤال
To correct update anomalies in a database,tables must be converted into various types of normal forms.​
سؤال
By splitting relations to achieve third normal form tables,you create the need to express interrelation constraints.​
سؤال
Functional dependencies can be determined by looking at sample data.​
سؤال
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
سؤال
If B is functionally dependent on A,you can also say that B functionally determines A.​
سؤال
​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.
سؤال
Tables that are in second normal form do not contain problems.​
سؤال
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.​
سؤال
A table that is in first normal form is better than one that is in second normal form.​
سؤال
In a dependency diagram,the arrows below the boxes indicate the normal dependencies.​
سؤال
If the primary key of a table contains only a single column,the table is automatically in first normal form.​
سؤال
The ____________________ process enables you to identify the existence of potential problems in the design of a database.​
سؤال
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
سؤال
Another name for a nonkey column is a ____.​

A) ​nonkey attribute
B) ​key attribute
C) ​nonkey row
D) ​key table
سؤال
A(n)____________________ uses arrows to indicate all the functional dependencies present in the table.​
سؤال
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
سؤال
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
سؤال
Second normal form represents an improvement over ____________________ normal form.​
سؤال
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
سؤال
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 )
سؤال
​A table that contains a repeating group is called a(n)____.

A) ​normalized relation
B) ​unnormalized relation
C) ​nominal relation
D) ​non-nominal relation
سؤال
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
سؤال
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
سؤال
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
سؤال
​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
سؤال
​A column is a nonkey column if it is not a part of the ____________________.
سؤال
Partial dependencies are dependencies on only a portion of the ____.​

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

A) ​First
B) ​Second
C) ​Third
D) ​Fourth
سؤال
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
سؤال
From all the ____ keys,one is chosen to be the primary key.​

A) ​alternate
B) ​candidate
C) ​functional
D) ​normal
سؤال
Discuss how candidate keys,primary key,and alternate keys are related.​
سؤال
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.​
سؤال
What is the difference between a table in first normal form and one in second normal form?​
سؤال
Describe the procedure for converting a table to the third normal form.​
سؤال
A(n)____________________ is a condition that involves two or more relations.​
سؤال
Explain what normalization is,including the goal of normalization.​
سؤال
A→→ B signifies that B is ____________________ on A.
سؤال
Any column or collection of columns that determines another column is called a(n)​
سؤال
By converting a given collection of tables to an equivalent third normal form collection of tables,you remove any problems arising from ____________________ dependencies.​
سؤال
Discuss what normal forms are and list the most common normal forms.​
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
The most recent definition of third normal form is referred to as the Boyce-Codd normal form.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
The primary key in a table will be a determinant.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
A table that is in first normal form may contain problems that will require you to restructure it.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
Converting to third normal form always avoids the problems related to dependencies.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
To correct update anomalies in a database,tables must be converted into various types of normal forms.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
By splitting relations to achieve third normal form tables,you create the need to express interrelation constraints.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
Functional dependencies can be determined by looking at sample data.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
If B is functionally dependent on A,you can also say that B functionally determines A.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
Tables that are in second normal form do not contain problems.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
A table that is in first normal form is better than one that is in second normal form.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
In a dependency diagram,the arrows below the boxes indicate the normal dependencies.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
If the primary key of a table contains only a single column,the table is automatically in first normal form.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
The ____________________ process enables you to identify the existence of potential problems in the design of a database.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
Another name for a nonkey column is a ____.​

A) ​nonkey attribute
B) ​key attribute
C) ​nonkey row
D) ​key table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
A(n)____________________ uses arrows to indicate all the functional dependencies present in the table.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
Second normal form represents an improvement over ____________________ normal form.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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 )
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
​A column is a nonkey column if it is not a part of the ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
From all the ____ keys,one is chosen to be the primary key.​

A) ​alternate
B) ​candidate
C) ​functional
D) ​normal
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
Discuss how candidate keys,primary key,and alternate keys are related.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
What is the difference between a table in first normal form and one in second normal form?​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
Describe the procedure for converting a table to the third normal form.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
A(n)____________________ is a condition that involves two or more relations.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
Explain what normalization is,including the goal of normalization.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
A→→ B signifies that B is ____________________ on A.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
Any column or collection of columns that determines another column is called a(n)​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
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.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
Discuss what normal forms are and list the most common normal forms.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.