Chapter 4 Flashcards

(11 cards)

1
Q

First Normal Form

A

A table is in 1NF if each row is unique and no column in any row contains multiples values

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

Insert Operation

A

Used for entering new data in the relation

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

Insertion Anomaly

A

Occurs when inserting data about one real-world entity requires inserting data about another real-world entity

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

Modification Anomaly

A

Occurs when, in order to modify one real-world value, the same modification has to be made multiple times

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

Normalization

A

process used to improve the design of relational databases

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

Normal Form

A

term representing a set of particular conditions (whose purpose is reducing data redundancy data) that a table has to satisfy

  • From a lower to higher normal form, these conditions are increasingly stricter and leave less possibility for redundant data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Read Operation

A

data retrieval operation used for reading the data from relations

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

Redundant Data

A

unnecessarily repeating

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

Update Anomalies

A

anomalies in relations that contain redundant data, caused by update operations

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

Second Normal Form (2NF)

A

Normalization of relation 2NF creates additional relations for each set of partial dependencies in a relation

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

Third Normal Form 3NF

A

A table is in 3NF if it is in 2NF and if it does not contain transitive functional dependencies

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