...
Failures and Possible Solutions
Normal Entities
Failure | Solutions | Challenges |
---|---|---|
AMID conflict |
|
|
PK conflict |
|
|
Unique conflict |
| |
FK conflict |
| |
NULL conflict |
| |
Wrong type |
| |
Wrong length |
| |
FVP Unique conflict |
|
System Entities
For simplicity and user-friendliness, we should only consider the AKTOR
entity for this section and ignore AMID/PK
conflicts for all participant module sub-entities. For the AKTOR
entity, we should add some additional options for handling AMID/PK/Unique/FVP Unique conflicts.
Failure | Solutions | Challenges |
---|---|---|
AMID/PK/Unique/FVP Unique conflict |
|
|
Note: This additional option can be applied to normal entities as well, but would that be meaningful?