7132 Module 06 Chapter 6 Practice Quiz – Flashcards

Unlock all answers in this set

Unlock answers
question
Data warehouse routinely uses ____ structures in its complex, multilevel, multi source data?
answer
2NF
question
In a ____ situation, one key determines multiple values of two other attributes and those attributes are independent of each other
answer
MULTIVALUED dependency
question
A relational table must not contain a(n) _____
answer
REPEATING GROUP
question
From a structure point of view, 3NF is better than ____
answer
2NF
question
For most businesses transactional databases, we should normalize relations into ____
answer
3NF
question
Dependacies based on only part of a composite primary key are known as ____ dependancies
answer
Partial
question
If you have three different transistive dependencies, _____ different determinant(s) exist a)1 b)2 c)3 d)4
answer
c)3
question
an atomic attribute ______ a) cannot exist in a relational table b) cannot be further subdived c) displays multiplicity d) is always chosen to be a foreign key
answer
b) cannot be further subdivided
question
a table that is 1NF and includes no partial dependencies is said to be in _____ a)BCNF b)2NF c)3NF d) 4NF
answer
b) 2NF
question
_____ yields better performance a)Denormalization b)Normaliation c)Atomization d)Compression
answer
a) Denormalization
question
an example of denormalization is using a ____ denormalization table to hold report data. This is required when creating a tabular report in which the columns represent data that are a) transitive b) 3NF c) component d) temporary
answer
d) temporary
question
Before converting a table into 3NF, it is imperative that the table already be in ____ a) 1NF b) 2NF c) 4NF d) BCNF
answer
b)2NF
question
A table that displays data redundancies yields ____ a) consistancies b) anomalies c) fewer attributes d) more entities
answer
b) anomalies
question
A table that is in 2NF and contains no transtive dependencies is said to be in _____ a) 1NF b) 2NF c) 3NF d) 4NF
answer
c) 3NF
question
Some very specialized applications may require normalization beyond the ____ a) 1NF b) 2NF c) 3NF d) 4NF
answer
d) 4NF
question
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 a) 2 b) 3 c) 4 d) 5
answer
b) 3
question
In a(n) _____ diagram the arrows above the attributes indicate all the desirable dependencies a) Chen b) dependency c) functionality d) ER
answer
b) dependency
question
____ databases reflect the evergrowing demand for greater scope and depth in the data on which decision support systems increasingly reply a)normalized b) datawarehouse c) temporary
answer
b) datawarehouse
question
an attribute that is part of a key is known as a(n) ____ atrribute a) important b) nonprime c) prime d) entity
answer
c) prime
question
a table where all attributes are dependent on the but are independent of eachother, 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
answer
d) 4NF
question
A table where every determinant is a candidate key is said to be in ____ a) BCNF b) 2NF c) 1NF d) 4NF
answer
a) BCNF
question
A ____ derives its name from the fact that a collection 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
answer
c) repeating group
question
Improving ____ leads to more flexible queries a) atomicity b) Normalization c) denormalization d) derived attribute
answer
a) atomicity
question
1NF, 2NF, and 3NF are ______ a) normalization stages b) anomalies c) repeating groups d) atomic attributes
answer
a) normalization stages
question
To generate a surrogate key, Microsoft Access uses a(n) ______ data type. a) character b) sequence c) AutoNumber d) Identity
answer
c) AutoNumber
question
of the following normal forms, ____ is mostly of theoretical interest. a) 1NF b) 3NF c) BCNF d) DKNF
answer
d) DKNF
question
Most Designers consider the BCNF as a special case of the _____ a) 1NF b) 2NF c) 3NF d) 4NF
answer
c) 3NF
question
In the real-world environment, we must strike a balance between design integrity and _____ a) robustness b) flexibility c) uniqueness d) ease of use
answer
b) flexibility
question
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
answer
a) determines
question
Granularity refers to ______ a) the size of the table b) the level of detail represented by the values in a table's row c) the number of attributes represented in a table d) the number of rows in a table
answer
b) the level of detail
question
Data redundancy produces data anomalies True/False
answer
True
question
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 forms b. Redundancies c. Time-variances d. Partial dependencies
answer
Partial dependencies
question
A good relational DBMS excels at managing denormalized relations True/False
answer
False
question
Atomic attributes are attributes that can be further subdivided True/False
answer
False
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New