TAW_10_2 chapter 5, input checks Flashcards

1
Q

Fixed value appends can be reused in multiple domains?

A

No, an append is always for one domain

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

What causes an input field value check to occur

A

Either a foreign key or fixed values is attached to the domain

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

What is the foreign key table vs the check table?

A

The foreign key table is the table that that is checking against the check table. The check table acts like fixed values

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

When defining foreign keys what is required of the compared fields?

A

They must have the same domain. the non-check field domains can be different but the field type and length must be the same

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

When a value table is added to a domain it creates a foreign key?

A

No, it only means that when a foreign key is created the value table will be used to generate the proposal.

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

You should always use the system proposal for foreign keys?

A

No, sometimes the proposal is too generic and another more specific table should be used

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