Access Chapter 2 Flashcards

1
Q

special character that can represent one or more characters in the criterion of a query

A

wildcard

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

characteristic of a field that determines how it looks and behaves

A

field property

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

returns only records that meet all criteria

A

AND condition

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

a row in the query design view that determines which records will be selected

A

criteria row

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

determines the type of data that can be entered and the operations that can be performed on that data

A

data type

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

used to create a more understandable label than a field name that displays in the top row in datasheet view and in forms and reports

A

caption property

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

enables you to ask questions about the data stored in a database and provides answers to the questions in a datasheet

A

query

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

the term access used to describe a blank field

A

null

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

a number that automatically increments each time a record is added

A

autonumber

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

the unnecessary storing of duplicate data in two or more tables

A

data redundancy

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

when the primary key value in the primary table can match many of the foreign key values in the related table

A

one-to-many relationship

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

a field in one table that is also the primary key of another table

A

foreign key

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

an option that directs access to update all foreign key values in a related table when the primary key value is modified in a primary table

A

cascade update related fields

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

rules in a database that are used to preserve relationships between tables when records are changed

A

referential integrity

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

contains two or more tables, enabling you to take advantage of the relationships that have been set in your database

A

multitable query

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

returns records meeting any of the specified criteria

A

OR condition

17
Q

provides a step-by-step guide to help you through the query design process

A

simple query wizard

18
Q

when the primary key value is deleted in a primary table, access will automatically delete all foreign key values in a related table

A

cascade delete related records

19
Q

uses greater than >, less than =, less than or equal to <=, etc. to limit query results that meet these criteria

A

comparison operator