Is normalizing a person's name going too far?

后端 未结 19 1411
后悔当初
后悔当初 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:33

    If you had a need to perform queries based on diminutive names I could see a need for normalizing the names. e.g. a search for "Betty" may need to return results for "Betty", "Beth", and "Elizabeth"

提交回复
热议问题