ER-Diagrams to MS Access Flashcards

1
Q

List the 3 main steps to convert ERD to a Database.

A
  1. Create each table (with attributes and appropriate data types.
  2. Create the relationships (using the relationship table)
  3. Fill in (populate) the data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define referential integrity.

A

Ensuring the data in a relational database maintains consistency when the data changes. This is achieved through the proper use of primary and foreign keys.

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

How do you establish referential integrity in MS Access?

A

Click the “Enforce Referential Integrity” button.

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

How should the primary key be stored?

A

As an autonumber, which uses the Long Integer data type.

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

How should foreign keys be stored?

A

As Long Integers.

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

What is normalization?

A

Converting un-normalized tables into two or more tables. Changes from poorly structured to well-structured databases.

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

What are the effects of normalized tables?

A
  1. Eliminates data duplication
  2. Slower to process
  3. Every table has a single topic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What do forms do?

A

Read, insert, modify and delete data.

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

What do reports do?

A

Shows data in structured way, also able to compute some values.

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

What do queries do?

A

Find answers to questions regarding data.

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

Briefly describe metadata/

A

Data that describes data, makes databases more useful and easier to use.

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