chapter 17 - ms access Flashcards

1
Q

It is the foundation of any database.

A

table

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

made up of fields.

A

record

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

A ______ like other things in Access, can have up to 64 characters.

➢ It can contain letters, numbers, and symbols except for a period (.), an
exclamation point (!), an accent grave (`), brackets ([ ]), and double quote
mark (“).

➢ You cannot start it with space(s).

A

field

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

Can hold over 60,000 plain text characters. Cannot contain formatting.

A

memo

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

a text can have less than ___ and its default field size is ____

A

255, 50

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

Great to use for an primary key.

A

autonumber

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

requires that values be between 0 and 255 and uses 1 byte of storage.

A

Byte

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

can hold whole numbers between –32,768 and 32,767 in 2 bytes of storage.

A

Integer

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

can hold a 7 digit decimal number in 4 bytes.

A

Single

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

can hold whole numbers between -2,147,483,648 and 2,147,483,647 (over 2 trillion!) in 4 bytes of
storage.

A

Long Integer

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

can hold a 15 digit decimal number in 8 bytes.

A

Double

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

can hold a 28 digit decimal number in 12 bytes.

A

Decimal

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

Starts a wizard that will create a list of values to choose from for the field.

A

lookup wizard

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

backs up one field to the left

A

shift + tab

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

A record in one table is linked to one or more records in another table

A

one to many

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

A record in one table is linked to one record in another table

A

one to one

16
Q

Records in one table is linked to several records in another table

A

many to many

17
Q

It is a key in a relational database that is unique for each record

A

primary key

18
Q

It is a field (or collection of fields) in one table that refers to the PRIMARY KEY in another table

A

foreign key