Deck 6: Normalization of Database Tables

ملء الشاشة (f)
exit full mode
سؤال
Because a partial dependency can exist only if a table's primary key is composed of several attributes,if a table in 1NF has a single-attribute primary key,then the table is automatically in 2NF.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Denormalization produces a lower normal form.
سؤال
A table is in BCNF if every determinant in the table is a candidate key.
سؤال
Converting a database format from 1NF to 2NF is a complex process.
سؤال
In order to meet performance requirements,you may have to denormalize portions of the database design.
سؤال
Normalization works through a series of stages called normal forms.
سؤال
Repeating groups must be eliminated by making sure that each row defines a single entity.
سؤال
A table is in 2NF if it is in 1NF and it includes no partial dependencies.
سؤال
All relational tables satisfy the 1NF requirements.
سؤال
Normalization is a very important database design ingredient and the highest level is always the most desirable.
سؤال
Relational models view the data as part of a table or collection of tables in which all key values must be identified.
سؤال
With parrtial dependencies,data redundancies occur because every row entry requires duplication of data.
سؤال
A table is in BCNF if every determinant in the table is a foreign key.
سؤال
Dependencies that are based on only a part of a composite primary key are called transitive dependencies.
سؤال
Dependency diagrams are very helpful in getting a bird's-eye view of all the relationships among a table's attributes.
سؤال
Normalization produces a lower normal form.
سؤال
It is possible for a table in 2NF to exhibit transitive dependency,where one or more nonprime attributes functionally determine other nonprime attributes.
سؤال
A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.
سؤال
Repeating groups must be eliminated by making sure that each column defines a single entity.
سؤال
Normalization is a process that is used for changing attributes to entities.
سؤال
A table that displays data redundancies yields ____.

A) consistencies
B) anomalies
C) fewer attributes
D) more entities
سؤال
A dependency of one nonprime attribute on another nonprime attribute is a partial dependency.
سؤال
Some very specialized applications may require normalization beyond the ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
سؤال
Normalization should be part of the design process.
سؤال
Normalization purity is easy to sustain in the modern database environment.
سؤال
Normalization represents a micro view of the entities within the ERD.
سؤال
Of the following normal forms,____,is mostly of theoretical interest.

A) 1NF
B) 3NF
C) BCNF
D) DKNF
سؤال
From a structural point of view,2NF is better than ____.

A) 1NF
B) 3NF
C) 4NF
D) BCNF
سؤال
Data redundancy produces ____.

A) slower lookups
B) robust design
C) efficient storage use
D) data integrity problems
سؤال
A ____ exists when there are functional dependencies such that Y is functionally dependent on X and Z is functionally dependent on Y,and X is the primary key.

A) partial dependency
B) repeating group
C) atomic attribute
D) transitive dependency
سؤال
____ yields better performance.

A) Denormalization
B) Normalization
C) Atomization
D) Compression
سؤال
A determinant is any attribute whose value determines other values within a column.
سؤال
Normalization works through a series of stages called normal forms.For most purposes in business database design,____ stages are as high as you need to go in the normalization process.

A) two
B) three
C) four
D) five
سؤال
1NF,2NF,and 3NF are ____.

A)normalization stages
B)anomalies
C)repeating groups
D)atomic attributes
سؤال
The advantage of higher processing speed must be carefully weighed against the disadvantage of data anomalies.
سؤال
An attribute that is part of a key is known as a(n)____ attribute.

A) important
B) nonprime
C) prime
D) entity
سؤال
A good relational DBMS excels at managing denormalized relations.
سؤال
Atomic attributes are attributes that can be further divided.
سؤال
The combination of normalization and ER modeling yields a useful ERD,whose entities may now be translated into appropriate relationship structures.
سؤال
Unnormalized database tables often lead to various data redundancy disasters in production databases.
سؤال
A table that is in 2NF and contains no transitive dependencies is said to be in ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
سؤال
An atomic attribute ____.

A) cannot exist in a relational table
B) cannot be further subdivided
C) displays multiplicity
D) is always chosen to be a foreign key
سؤال
Dependencies based on only a part of a composite primary key are called ____ dependencies.

A) primary
B) partial
C) incomplete
D) composite
سؤال
A relational table must not contain a(n)____.

A) entity
B) attribute
C) relationship
D) repeating group
سؤال
If a table has multiple candidate keys and one of those candidate keys is a composite key,the table can have ____ based on this composite candidate key,even when the primary key chosen is a single attribute.

A) Boyce-Codd Normal Form
B) redundancy
C) time-variance
D) partial dependencies
سؤال
Improving ____ leads to more flexible queries.

A) atomicity
B) normalization
C) denormalization
D) derived attributes
سؤال
A table that has all key attributes defined,has no repeating groups,and all its attributes are dependent on the primary key,is said to be in ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
سؤال
Granularity refers to ____.

A) the size of a table
B) the level of detail represented by the values stored in a table's row
C) the number of attributes in a table
D) the number of rows in a table
سؤال
Before converting a table into 3NF,it is imperative the table already be in ____.

A) 1NF
B) 2NF
C) 4NF
D) BCNF
سؤال
According to naming conventions described in Chapter 2,____ would be the best name for a column representing the charges per hour in a table named JOB.

A) JOB_CHG_HOUR
B) CHARGES_PER_HOUR_FOR_JOB
C) CHARGES_PER_HOUR
D) CHG_HR
سؤال
In a(n)____ diagram,the arrows above the attributes indicate all desirable dependencies.

A) Chen
B) dependency
C) functionality
D) ER
سؤال
A ____ derives its name from the fact that a group of multiple entries of the same type can exist for any single key attribute occurrence.

A) partial dependency
B) transitive dependency
C) repeating group
D) primary key
سؤال
For most business transactional databases,we should normalize relations into ____.

A) 1NF
B) 2NF
C) 3NF
D) 6NF
سؤال
Attribute A ____ attribute B if all of the rows in the table that agree in value for attribute A also agree in value for attribute B.

A) determines
B) derives from
C) controls
D) owns
سؤال
The most likely data type for a surrogate key is ____.

A) Character
B) Date
C) Logical
D) Numeric
سؤال
In a real-world environment,we must strike a balance between design integrity and ____.

A) robustness
B) flexibility
C) uniqueness
D) ease of use
سؤال
From a strictly database point of view,____ attribute values can be calculated when they are needed to write reports or invoices.

A) derived
B) atomic
C) granular
D) historical
سؤال
If you have three different transitive dependencies,____ different determinant(s)exist.

A) one
B) two
C) three
D) four
سؤال
A table that is in 1NF and includes no partial dependencies is said to be in ____.

A) BCNF
B) 2NF
C) 3NF
D) 4NF
سؤال
To generate a surrogate key,Microsoft Access uses a(n)____ data type.

A) surrogate
B) sequence
C) AutoNumber
D) identity
سؤال
A dependency based on only a part of a composite primary key is called a(n)____________________.
سؤال
A table is in 4NF if it is in 3NF and ____.

A) all attributes must be dependent on the primary key,and must be dependent on each other
B) all attributes are unrelated
C) has no multivalued dependencies
D) no column contains the same values
سؤال
Normalization works through a series of stages called ___________________ forms.
سؤال
A table where every determinant is a candidate key is said to be in ____.

A) BCNF
B) 2NF
C) 3NF
D) 4NF
سؤال
The price paid for increased performance through denormalization is a larger amount of ___________________.
سؤال
____ databases reflect the ever-growing demand for greater scope and depth in the data on which decision support systems increasingly rely.

A) Normalized
B) Data warehouse
C) Temporary
D) Report
سؤال
____________________ is a process to help reduce the likelihood of data anomalies.
سؤال
If database tables are treated as though they were files in a file system,the _____________________________________________ never has a chance to demonstrate its superior data-handling capabilities.
سؤال
Most designers consider the BCNF as a special case of the ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
سؤال
When designing a database,you should ____.

A) make sure entities are in normal form before table structures are created
B) create table structures then normalize the database
C) only normalize the database when performance problems occur
D) consider more important issues such as performance before normalizing
سؤال
Dependencies can be identified with the help of a dependency ____________________.
سؤال
A(n)____________________ derives its name from the fact that a group of multiple entries of the same type can exist for any single key attribute occurrence.
سؤال
An example of denormalization is using a ____ denormalized table to hold report data.This is required when creating a tabular report in which the columns represent data that is stored in the table as rows.

A) transitive
B) 3NF
C) component
D) temporary
سؤال
The conflicts between design efficiency,information requirements,and processing speed are often resolved through ____.

A) conversion from 1NF to 2NF
B) conversion from 2NF to 3NF
C) compromises that include denormalization
D) conversion from 3NF to 4NF
سؤال
In order to meet ___________________ requirements,you may have to denormalize some portion of the database.
سؤال
A relational table must not contain ____________________ groups.
سؤال
Normalization represents a micro view of the ____ within the ERD.

A) entities
B) attributes
C) relationships
D) forms
سؤال
Any attribute that is at least part of a key is known as a(n)____________________.
سؤال
A table where all attributes are dependent on the primary key and are independent of each other,and no row contains two or more multivalued facts about an entity,is said to be in ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
سؤال
BCNF can be violated only if the table contains more than one ____ key.

A) primary
B) candidate
C) foreign
D) secondary
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 6: Normalization of Database Tables
1
Because a partial dependency can exist only if a table's primary key is composed of several attributes,if a table in 1NF has a single-attribute primary key,then the table is automatically in 2NF.
True
2
Denormalization produces a lower normal form.
True
3
A table is in BCNF if every determinant in the table is a candidate key.
True
4
Converting a database format from 1NF to 2NF is a complex process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
In order to meet performance requirements,you may have to denormalize portions of the database design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
Normalization works through a series of stages called normal forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
Repeating groups must be eliminated by making sure that each row defines a single entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
A table is in 2NF if it is in 1NF and it includes no partial dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
All relational tables satisfy the 1NF requirements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
Normalization is a very important database design ingredient and the highest level is always the most desirable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
Relational models view the data as part of a table or collection of tables in which all key values must be identified.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
With parrtial dependencies,data redundancies occur because every row entry requires duplication of data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
A table is in BCNF if every determinant in the table is a foreign key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
Dependencies that are based on only a part of a composite primary key are called transitive dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
Dependency diagrams are very helpful in getting a bird's-eye view of all the relationships among a table's attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
Normalization produces a lower normal form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
It is possible for a table in 2NF to exhibit transitive dependency,where one or more nonprime attributes functionally determine other nonprime attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
Repeating groups must be eliminated by making sure that each column defines a single entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
Normalization is a process that is used for changing attributes to entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
A table that displays data redundancies yields ____.

A) consistencies
B) anomalies
C) fewer attributes
D) more entities
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
A dependency of one nonprime attribute on another nonprime attribute is a partial dependency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
Some very specialized applications may require normalization beyond the ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
Normalization should be part of the design process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
Normalization purity is easy to sustain in the modern database environment.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
Normalization represents a micro view of the entities within the ERD.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
Of the following normal forms,____,is mostly of theoretical interest.

A) 1NF
B) 3NF
C) BCNF
D) DKNF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
From a structural point of view,2NF is better than ____.

A) 1NF
B) 3NF
C) 4NF
D) BCNF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
Data redundancy produces ____.

A) slower lookups
B) robust design
C) efficient storage use
D) data integrity problems
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
A ____ exists when there are functional dependencies such that Y is functionally dependent on X and Z is functionally dependent on Y,and X is the primary key.

A) partial dependency
B) repeating group
C) atomic attribute
D) transitive dependency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
____ yields better performance.

A) Denormalization
B) Normalization
C) Atomization
D) Compression
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
A determinant is any attribute whose value determines other values within a column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
Normalization works through a series of stages called normal forms.For most purposes in business database design,____ stages are as high as you need to go in the normalization process.

A) two
B) three
C) four
D) five
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
1NF,2NF,and 3NF are ____.

A)normalization stages
B)anomalies
C)repeating groups
D)atomic attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
The advantage of higher processing speed must be carefully weighed against the disadvantage of data anomalies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
An attribute that is part of a key is known as a(n)____ attribute.

A) important
B) nonprime
C) prime
D) entity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
A good relational DBMS excels at managing denormalized relations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
Atomic attributes are attributes that can be further divided.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
The combination of normalization and ER modeling yields a useful ERD,whose entities may now be translated into appropriate relationship structures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
Unnormalized database tables often lead to various data redundancy disasters in production databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
A table that is in 2NF and contains no transitive dependencies is said to be in ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
An atomic attribute ____.

A) cannot exist in a relational table
B) cannot be further subdivided
C) displays multiplicity
D) is always chosen to be a foreign key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
Dependencies based on only a part of a composite primary key are called ____ dependencies.

A) primary
B) partial
C) incomplete
D) composite
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
A relational table must not contain a(n)____.

A) entity
B) attribute
C) relationship
D) repeating group
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
If a table has multiple candidate keys and one of those candidate keys is a composite key,the table can have ____ based on this composite candidate key,even when the primary key chosen is a single attribute.

A) Boyce-Codd Normal Form
B) redundancy
C) time-variance
D) partial dependencies
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
Improving ____ leads to more flexible queries.

A) atomicity
B) normalization
C) denormalization
D) derived attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
A table that has all key attributes defined,has no repeating groups,and all its attributes are dependent on the primary key,is said to be in ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
Granularity refers to ____.

A) the size of a table
B) the level of detail represented by the values stored in a table's row
C) the number of attributes in a table
D) the number of rows in a table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
Before converting a table into 3NF,it is imperative the table already be in ____.

A) 1NF
B) 2NF
C) 4NF
D) BCNF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
According to naming conventions described in Chapter 2,____ would be the best name for a column representing the charges per hour in a table named JOB.

A) JOB_CHG_HOUR
B) CHARGES_PER_HOUR_FOR_JOB
C) CHARGES_PER_HOUR
D) CHG_HR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
In a(n)____ diagram,the arrows above the attributes indicate all desirable dependencies.

A) Chen
B) dependency
C) functionality
D) ER
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
A ____ derives its name from the fact that a group of multiple entries of the same type can exist for any single key attribute occurrence.

A) partial dependency
B) transitive dependency
C) repeating group
D) primary key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
For most business transactional databases,we should normalize relations into ____.

A) 1NF
B) 2NF
C) 3NF
D) 6NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
Attribute A ____ attribute B if all of the rows in the table that agree in value for attribute A also agree in value for attribute B.

A) determines
B) derives from
C) controls
D) owns
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
The most likely data type for a surrogate key is ____.

A) Character
B) Date
C) Logical
D) Numeric
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
In a real-world environment,we must strike a balance between design integrity and ____.

A) robustness
B) flexibility
C) uniqueness
D) ease of use
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
From a strictly database point of view,____ attribute values can be calculated when they are needed to write reports or invoices.

A) derived
B) atomic
C) granular
D) historical
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
If you have three different transitive dependencies,____ different determinant(s)exist.

A) one
B) two
C) three
D) four
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
A table that is in 1NF and includes no partial dependencies is said to be in ____.

A) BCNF
B) 2NF
C) 3NF
D) 4NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
To generate a surrogate key,Microsoft Access uses a(n)____ data type.

A) surrogate
B) sequence
C) AutoNumber
D) identity
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
A dependency based on only a part of a composite primary key is called a(n)____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
A table is in 4NF if it is in 3NF and ____.

A) all attributes must be dependent on the primary key,and must be dependent on each other
B) all attributes are unrelated
C) has no multivalued dependencies
D) no column contains the same values
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
Normalization works through a series of stages called ___________________ forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
A table where every determinant is a candidate key is said to be in ____.

A) BCNF
B) 2NF
C) 3NF
D) 4NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
The price paid for increased performance through denormalization is a larger amount of ___________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
____ databases reflect the ever-growing demand for greater scope and depth in the data on which decision support systems increasingly rely.

A) Normalized
B) Data warehouse
C) Temporary
D) Report
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
____________________ is a process to help reduce the likelihood of data anomalies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
If database tables are treated as though they were files in a file system,the _____________________________________________ never has a chance to demonstrate its superior data-handling capabilities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
Most designers consider the BCNF as a special case of the ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
When designing a database,you should ____.

A) make sure entities are in normal form before table structures are created
B) create table structures then normalize the database
C) only normalize the database when performance problems occur
D) consider more important issues such as performance before normalizing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
Dependencies can be identified with the help of a dependency ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
A(n)____________________ derives its name from the fact that a group of multiple entries of the same type can exist for any single key attribute occurrence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
An example of denormalization is using a ____ denormalized table to hold report data.This is required when creating a tabular report in which the columns represent data that is stored in the table as rows.

A) transitive
B) 3NF
C) component
D) temporary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
The conflicts between design efficiency,information requirements,and processing speed are often resolved through ____.

A) conversion from 1NF to 2NF
B) conversion from 2NF to 3NF
C) compromises that include denormalization
D) conversion from 3NF to 4NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
In order to meet ___________________ requirements,you may have to denormalize some portion of the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
A relational table must not contain ____________________ groups.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
Normalization represents a micro view of the ____ within the ERD.

A) entities
B) attributes
C) relationships
D) forms
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
Any attribute that is at least part of a key is known as a(n)____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
A table where all attributes are dependent on the primary key and are independent of each other,and no row contains two or more multivalued facts about an entity,is said to be in ____.

A) 1NF
B) 2NF
C) 3NF
D) 4NF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
BCNF can be violated only if the table contains more than one ____ key.

A) primary
B) candidate
C) foreign
D) secondary
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.