Data Redundancy
Understand the impact of redundancy on storage overhead and data integrity risks.
We'll cover the following...
Identifying redundant data in the SalesData
table
The layout of our updated SalesData
table is as follows:
Press + to interact
DESCRIBE SalesData;
Let’s take another look at the stored data:
Do you notice anything peculiar? There might be several ...