module 6 review questions Flashcards

1
Q

it should already be in the First Normal form and it should not have Partial Dependency (or they are eliminated).

A

When is a table in 2NF?

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

When all of the key attributes are defined and they are single valued. There should be no repeating groups of data within a single row.

A

When is a table in 1NF?

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

A table is in ____if 1) it is already in Second Normal Form (2NF), and 2) there are no transitive dependencies for non-prime attributes

A

When is a table in 3NF?

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

A table is in ____normal form when it is in ______and there are no transitive dependencies.

A

3NF; 2NF

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

How would you describe a condition in which one attribute is dependent on another attribute when neither attribute is part of the primary key?

A

transitive dependency

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

A _____________is an indirect relationship between values in the same table that causes a functional dependency.

A

transitive dependency

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

What three data anomalies are likely to be the result of data redundancy? How can such anomalies be eliminated?

A

Update anomalies, addition anomalies, and deletion anomalies.

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

Why is a table whose primary key consists of a single attribute automatically in 2NF when it is in 1NF?

A

Because there will be no partial dependencies.

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