previous |
start |
next
Linking Tables
- Replicating the same data in multiple rows has two
problems
- It is wasteful to store the same information multiple
times
- If the data needs to change it has to be changed in multiple
places
- Instead you should distribute the data over multiple
tables
previous |
start |
next