Computer Science, asked by graphicsbyadi, 7 months ago

What is meant by Data Redundancy and Data Security ?​

Answers

Answered by akimitchi
1

♡ANWSER♡

Data redundancy is a condition created within a database or data storage technology in which the same piece of data is held in two separate places. This can mean two different fields within a single database, or two different spots in multiple software environments or platforms.

Remember!

Redundant data is a bad idea because when you modify data (update/insert/delete), then you need to do it in more than one place. This opens up the possibility that the data becomes inconsistent across the database. The reason redundancy is sometimes necessary is for performance reasons.

Similar questions