Lesson 3: Table Relationships Flashcards

1
Q

In MS Access, what helps you combine data from two different tables?

A

Relationship

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

It keeps data accurate and ensures that you do not accidentally change or delete related data in one table but not in the other.

A

Referential Integrity

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

When you enforce referential integrity and choose the _________ option then you update a primary key, MS Access automatically updates all fields that reference the primary key.

A

Cascade Update Related Fields

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

When we create a foreign key using this option, it deletes the referencing rows in the child table when the referenced row is deleted in the parent table which has a primary key.

A

Cascade Delete Related Records

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

It is the first field in each table of the database.

A

Primary Key

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

MS Access uses this number to quickly pull information together when you run queries or reports.

A

Primary Key

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

It is a field that is the primary field in its own table but shows up in another table.

A

Foreign Key

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

A type of table relationship where a single record in the first table is related to only one record in the second table and vice versa.

A

One-to-One

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

A type of table relationship where a single record in the first table can be related to one or more records in the second table, but a single record in the second table can be related to only one record in the first table.

A

One-to-Many

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

A type of table relationship where a single record in the first table can be related to one or more records in the second tableanda single record in the second table can be related to one or more records in the first table.

A

Many-to-Many

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