Access - Ch 2 Flashcards

1
Q

Unnecessary storing of duplicate data in 2+ tables

A

Data Redundancy

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

Determines types of data that can be entered

A

Data Type

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

Same as a Primary Key from a different table

A

Foreign Key

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

Determine how the field looks & behaves

A

Field Properties

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

Used to create a label that is more understandable

A

Caption Property

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

Determines maximum # of characters in the field area

A

Field Size

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

Changes the way a field is displayed

A

Format

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

Simplifies data by providing literal characters that are typed for every entry

A

Input Mask

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

Automatically predefined value for each field

A

Default Value

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

Requires that data entered must conform to specified rule

A

Validation Rule

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

Specifies the error message that displays when rule is violated

A

Validation Text

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

Indicates that value is necessary for the record

A

Required

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

Used for calculated field only

A

Expression

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

Used for calculated fields only

A

Result Type

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

Enforces rules in database that are used to preserve relationships between tables

A

Referential Integrity

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

PK table must only have 1 occurrence of each value, can match multiple FK values in related field

A

One-to-Many Relationship type

17
Q

Used to set rules to determine which records will be selected

A

Criteria Row

18
Q

Special characters that can represent one or more characters in text value

A

Wildcards

19
Q

Enable you to limit the query results to those meeting the criterion only

A

Comparison Operators

20
Q

Blank field

A

Null

21
Q

Contain 2+ tables, enable you to take advantage of the relationships that have been set in database

A

Multitable Queries