Chapter 4 (Final) Flashcards

1
Q

When transforming a weak entity, one should create one relation with both the attributes of the strong entity and the attributes of the weak entity.

A

False

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

A primary key is an attribute that uniquely identifies each row in a relation.

A

True

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

Anomalies do not generally arise out of transitive dependencies.

A

False

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

A relation that contains minimal redundancy and allows easy use is considered to be:

A

well-structured.

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

Which of the following violates the atomic property of relations?

A

Sam Hinz

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

A transversal dependency is a functional dependency between two or more nonkey attributes.

A

False

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

View integration is the process of merging relations together.

A

True

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

A candidate key must satisfy all of the following conditions EXCEPT:

A

the key must indicate the row’s position in the table.

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

A candidate key is an attribute, or combination of attributes, that uniquely identifies a row in a relation.

A

True

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

The entity integrity rule states that a primary key attribute can be null.

A

False

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

A primary key whose value is unique across all relations is called a(n):

A

enterprise key.

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

The normal form which deals with multivalued dependencies is called:

A

fourth normal form.

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

When a regular entity type contains a multivalued attribute, two new relations are created.

A

True

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

________ anomalies can be caused by editing data in tables.

A

Modification

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

A synonym is an attribute that may have more than one meaning.

A

False

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

An attribute that may have more than one meaning is called a(n):

A

homonym.

17
Q

A two-dimensional table of data sometimes is called a:

A

relation.

18
Q

A rule that states that each foreign key value must match a primary key value in the other relation is called the:

A

referential integrity constraint.

19
Q

In the SQL language, the ________ statement is used to make table definitions.

A

create table

20
Q

________ problems are encountered when removing data with transitive dependencies.

A

Deletion

21
Q

When a regular entity type contains a multivalued attribute, one must:

A

create two new relations, one containing the multivalued attribute.