| 5. |
A team builds a database with a flawlessly normalized schema and correctly enforced constraints, but the data users actually enter into it is frequently duplicated, inaccurate, or stale. What does this module say about that database?
Please select the best answer.
|
| |
A.
|
The database is poorly designed and should be re-architected. |
| |
B.
|
The database is functioning exactly as designed, but is still useless because the data itself can't be trusted. |
| |
C.
|
The database should be denormalized to fix the problem. |
| |
D.
|
This scenario violates referential integrity. |