If a piece of data is stored in two places in the database, then A. Storage space is wasted B. Changing the data is one spot will cause data inconsistency C. It can be more easily accessed D. Both a and b

Storage space is wasted
Changing the data is one spot will cause data inconsistency
It can be more easily accessed
Both a and b

The correct answer is: Both a and b.

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.

  • Storage space is wasted because the same data is stored twice. This can be a problem if the data is large or if the database is storing a lot of data.
  • Changing the data in one spot will cause data inconsistency because the two copies of the data will no longer be the same. This can be a problem if the data is important or if it is used by multiple applications.

To avoid these problems, it is important to design databases carefully and to use appropriate data management techniques.

Exit mobile version