Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. One of the problems surrounding data normalization is that of redundancy. Or rather, it is a problem that rationalization,
  2. when done well, can eliminate. For example, if there is a table that contains a certain piece of information several times,
  3. then that is an indicator that a separate table can be made where that information is stored only once.
  4. Then it can be cross-referenced, rather than repeated multiple times and wasting space. The larger the table the more space that
  5. gets wasted, and the greater an impact rationalization can have. Having multiple data sets in a table causes redundancy, and
  6. can reduce speed. Ultimately, a single table should only have one set of data related to the primary key.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement