Setting Field Properties Flashcards

(38 cards)

1
Q

What is good database design?

A

Turning information items into columns

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

How do you determine the columns in a table?

A

Decide what information needs to be tracked about the subject of the table

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

What are some example columns for a Patient table?

A
  • Patient Name
  • Current Address (Number, Street, City, Province, Postal Code)
  • Permanent Address
  • Phone Number (Home, Work, Cell)
  • Email
  • HCN
  • Version Code
  • Emergency Contact
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What should each record in a table contain?

A

The same set of columns

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

What is the benefit of storing patient name as two separate columns?

A

Allows sorting, searching, and indexing on just those columns

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

How can the address be separated in a database?

A

PCS separates #, street, city, state, country

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

What should be considered when storing addresses?

A

Whether the database will hold information of Canadian origin only or international as well

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

What is the recommendation regarding calculated data?

A

Don’t include calculated data; use ACCESS to perform calculations when needed

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

What is a primary key?

A

A column or set of columns that uniquely identifies each row stored in the table

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

Why should you not use people’s names as a primary key?

A

Names are not unique

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

What must a primary key always have?

A

A value

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

What happens if a primary key changes?

A

The change must be applied everywhere the key is referenced

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

What is the purpose of using an arbitrary unique number as a primary key?

A

To identify a record uniquely without factual information that might change

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

What is the significance of the AutoNumber data type?

A

Access automatically assigns a value for you, creating a fact-less identifier

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

What is a field in a database table?

A

A column where data resides, holding one piece of data

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

What determines the type of data a field can store?

A

The field’s data type

17
Q

What happens if you enter data in a blank column?

A

Access assigns a data type to the field based on the values entered

18
Q

What is the maximum character limit for a Short Text field?

A

255 characters

19
Q

What type of data should be stored as a Number data type?

A

Numerical data that will be used for calculations

20
Q

What are the basic types of data in Access?

A
  • Short Text
  • Number, Large Number
  • Currency
  • Yes/No
  • Date/Time
  • Rich Text
  • Calculated Field
  • Attachment
  • Hyperlink
  • Long Text
  • Lookup
21
Q

How are calculated fields created in Access?

A

Using the Expression Builder to refer to other fields in the same table

22
Q

What is the typical use of a Long Text field?

A

For detailed product descriptions

23
Q

What is the function of a Lookup field?

A

Displays a list of values retrieved from a table or query or a set of specified values

24
Q

What is a typical use of a Long Text field?

A

A detailed product description

Long Text fields are ideal for extensive information that requires more than a single line.

25
What does a Lookup field display?
Either a list of values retrieved from a table or query, or a set of specified values ## Footnote Lookup fields help in referencing data from other sources.
26
What data types can a Lookup field have?
Text or Number ## Footnote The type depends on the choices made in the Lookup Wizard.
27
Where can you find additional properties for Lookup fields?
On the Lookup tab in the Field Properties pane ## Footnote This section allows for further customization of the Lookup field.
28
What does the Number format 'General' display?
General Numbers without additional formatting ## Footnote This format presents numbers exactly as stored.
29
What is the 'Currency' format used for?
General monetary values ## Footnote It is specifically designed to handle currency amounts.
30
What does the 'Fixed' format represent?
Numeric data ## Footnote Fixed format is used for numbers that require a set number of decimal places.
31
What format is used to display percentages?
Percentage ## Footnote This format allows for easy representation of percent values.
32
What does the Short Date format display?
The date in a short format ## Footnote The format depends on regional date and time settings.
33
What is the purpose of the 'Time am/pm' format?
To display the time using a 12 hour format ## Footnote This format adapts to regional date and time settings.
34
What does the 'Time 24hour' format display?
The time using a 24 hour format ## Footnote This format also responds to changes in regional date and time settings.
35
What options are available in a Yes/No format?
Check Box, Yes/No, True/False, On/Off ## Footnote These options provide binary choices in data entry.
36
What can you control after creating a field and setting its data type?
Additional field properties ## Footnote These properties enhance the functionality and constraints of the field.
37
Why is the Field Size property important for Number and Currency fields?
It determines the range of field values and disk space required ## Footnote This is crucial for optimizing data storage and ensuring accurate data entry.
38
What is the range of a one-bit Number field?
Integers ranging from 0 to 255 ## Footnote The range is limited due to the small size of the field.