Chapter 6 Quiz Flashcards

1
Q

Which of the following is false about unnormalized data?

A

Unnormalized data is related data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is not valid about the ER model?

A

Should contain redundant relationships except as required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following is NOT true?
a. First normal form (1NF): Table format, no repeating groups, and PK identified
b. Second normal form (2NF): 1NF and no partial dependencies
c. Third normal form (3NF): 2NF and no transitive dependencies
d. Fourth normal form (4NF): 3NF and no dependent multivalued dependencies

A

d

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following statements best defines transitive dependency?

A

A condition in which an attribute is dependent on another attribute that is not part of the primary key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Repeating group is defined as _____.

A

a characteristic describing a group of multiple entries of the same or multiple types for a single key attribute occurrence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Normalization is a process for evaluating and correcting table structures to minimize _____.

A

data redundancy and anomalies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following is valid?
a. All entities should be in 4NF or higher. Any entities below 4NF should be justified.
b. Each entity should represent a set of distinguishable entity instances.
c. The ethnicity of the entity instance should be clearly defined.
d. Each entity should be atomic.

A

b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following statements best describes partial dependency?

A

A partial dependency exists when there is a functional dependence in which the determinant is only part of the primary key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following is not valid related to attribute naming convention?

A

Should not use the entity abbreviation as a prefix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Atomicity refers to?

A

An attribute is atomic that cannot be further subdivided.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly