Access Chapter 2 Flashcards

1
Q

Wildcard

A

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

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

Field Property

A

A characteristic of a field that determines how a field looks and behaves.

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

AND Logical Operator

A

Returns only records that meet all criteria.

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

Criteria Row

A

A row in the Query Design view that determines which records will be selected.

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

Data Type

A

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

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

Caption Property

A

Used to create a more readable label that displays in the top row in Datasheet view and in forms and reports.

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

Query

A

Enables you to ask questions about the data stored in a database.

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

Null

A

The term Access uses to describe a blank field.

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

AutoNumber

A

A data type that is a number that automatically increments each time a record is added.

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

Data Redundancy

A

The unnecessary storing of duplicate data in two or more tables.

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

Number Data Type

A

A data type that can store only numerical data.

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

One-to-many Relationship

A

A relationship established when the primary key value in the primary table can match many of the foreign key values in the related table.

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

Foreign Key

A

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

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

Cascade Update Related Fields

A

An option that directs Access to automatically update all foreign key values in a related table when the primary key value is modified in a primary table.

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

Referential Integrity

A

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

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

CamelCase Notation

A

Uses no spaces in multiword field names, but uses uppercase letters to distinguish the first letter of each new word.

17
Q

Sort Row

A

A row in the Query Design view that enables you to reorder the data in ascending or descending order.

18
Q

Multitable Query

A

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

19
Q

OR Logical Operator

A

Returns records meeting any of the specified criteria.

20
Q

Simple Query Wizard

A

Provides dialog boxes to guide you through the query design process.

21
Q

All of the following are suggested guidelines for table design except:

A

Avoid data arithmetic

22
Q

All of the following are suggested guidelines for table design

A
  • Include all necessary data.
  • Store data in its smallest parts.
  • Link tables using common fields.
23
Q

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

24
Q

When entering, deleting, or editing table data

A

The table must be in Datasheet view.

25
When importing data into Access, which of the following statements is true?
You can assign a primary key while you are importing Excel data.
26
The main reason to enforce referential integrity in Access is to
Keep invalid data from being entered into a table.
27
An illustration of a one-to-many relationship would be a
Customer may have multiple orders.
28
A query's specifications providing instructions about which records to include must be entered on the
Criteria row of the query design grid.
29
When adding Value criteria to the Query Design view, the value you enter must be delimited by
Nothing ( ).
30
It is more efficient to make a copy of an existing query rather than create a new query when which of the following is true?
The existing query and the new query use the same tables and fields.
31
Which of the following is true for the Query Wizard?
No criteria can be added.