Is normalizing a person's name going too far?

后端 未结 19 1413
后悔当初
后悔当初 2020-12-16 15:10

You usually normalize a database to avoid data redundancy. It\'s easy to see in a table full of names that there is plenty of redundancy. If your goal is to create a catalog

19条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-16 15:20

    No, but you might want to normalise to a canonical record for a customer (so you don't get 5 different entries for 'Bloggs & Co.' in your database. This is a data cleansing issue that often bites on MIS projects.

提交回复
热议问题