Filemaker Pro 9 (57) Flashcards

1
Q
  1. 3.14.1

1. p 323. CREATING A RELATIONAL DATABASE. How many steps to creating a database and what are they?

A

a. Tell Filemaker what tables you want
b. Add the FIELDS to each table
c. Add RELATIONSHIPS.

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

2 Which tables need PRIMARY KEYS?

A

ALL OF THEM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. You add the tables, then add the FIELDS.
    Start with the PRIMARY KEY FIELD.
    To keep things consistent, every PRIMARY FIELD will look similar:
A

It will match the NAME OF THE ENTITY with the word ID added at the end.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. What is the EASIEST way to add a SURROGATE KEY in FileMaker?
A

To use a SERIAL NUMBER.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. p 325 KEY FIELDS can be any TYPE (Text Number, Date, etc.), but ________ is usually the BEST CHOICE because:
A

NUMBER.

Because it is the EASIEST to MATCH EXACTLY.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. When you create a SERIAL NUMBER, you get the option to have it generated “ON CREATION” or “ON COMMIT.” What should you use?
A

ON CREATION, because when you create RELATED RECORDS through a PORTAL, you need to have the SERIAL NUMBER created without having to click out of the RELATED RECORD.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. What happens if, on a KEY FIELD, you DO NOT select the PROHIBIT MODIFICATION OF VALUE DURING DATA ENTRY?
A

Since KEY fields PROVIDE THE LINKS BETWEEN YOUR TABLES, RELATIONSHIPS WOULD BREAK IF KEY VALUES GOT CHANGED.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. When linking tables, the ACTUAL LINK is not the fact that one table has a KEY FIELD and another has a FOREIGN KEY FIELD. The ACTUAL LINK is:
A

the NUMBER (OR OTHER ID) INSIDE THE FIELD.

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