I know Normalization means reducing redundancy in data sets but what is the definition of normalized data?
Can I describe it as the "simplest form" of a data set?
I know Normalization means reducing redundancy in data sets but what is the definition of normalized data?
Can I describe it as the "simplest form" of a data set?
Normalization is not necessarily related to redundancy. It’s related to reduction. For instance, in my daily code, normalizing is more about mapping big intervals into [0;1]
. Although data normalization might have a general meaning for database administrators, it doesn’t have one if you look at it without a context.