TAW_10_2 chapter 5, input checks Flashcards
Fixed value appends can be reused in multiple domains?
No, an append is always for one domain
What causes an input field value check to occur
Either a foreign key or fixed values is attached to the domain
What is the foreign key table vs the check table?
The foreign key table is the table that that is checking against the check table. The check table acts like fixed values
When defining foreign keys what is required of the compared fields?
They must have the same domain. the non-check field domains can be different but the field type and length must be the same
When a value table is added to a domain it creates a foreign key?
No, it only means that when a foreign key is created the value table will be used to generate the proposal.
You should always use the system proposal for foreign keys?
No, sometimes the proposal is too generic and another more specific table should be used