Chapter 4 Flashcards

1
Q

Define field

A

column that runs vertically within a table

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

Define foreign key

A

link records of one type with those of another type

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

Define keys

A

uniquely identify a row or record in a table

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

Define normalization

A

a three-step technique used to organize data attributes in a more efficient, reliable, flexible, and maintainable structure (ERFM)

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

Define primary key

A

a field whose value uniquely identifies every row in a table

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

Define row

A

a record that represents a collection of information relating to an item in a table

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

Define table

A

structured file containing rows and columns

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

What does first normal form mean?

A

there must be only one distinct group per table

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

How is first normal form accomplished?

A

breaking tables into smaller, more-logical components and adding primary keys

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

What are the three steps in normalization?

A

First, second, and third normal form

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

What does second normal form mean?

A

all columns in a table are dependent on the primary-key column

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

How is second normal form accomplished?

A

continue to break down tables until all columns are dependent on the primary key

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

What does third normal form mean?

A

reexamining all the groups of information to make sure all data directly relates to the primary key

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

How is the third normal form accomplished?

A

removing any remaining columns that do not relate to the primary key

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