InterviewSolution
Saved Bookmarks
| 1. |
If a piece of data (field value) is stored in two places in the database, then storage space is wasted and changing the data in one place will not cause data inconsistency. |
|
Answer» False If a piece of data is stored in two places in the database, then storage space is wasted and changing the data in one spot will cause data inconsistency. |
|