Is normalizing the gender table going too far?

前端 未结 7 1188
陌清茗
陌清茗 2021-02-08 14:32

I am not a database guy, but am trying to clean up another database. So my question is would normalizing the gender table be going too far?

User table:
userid in         


        
相关标签:
7条回答
  • 2021-02-08 15:20

    Well, your company might have a requirement that, if possible, everything be normalized.

    Also, depending on the business & data, you might need to include transgenders as well which would create 3+ genders (I don't know how many there are, haven't checked)

    0 讨论(0)
提交回复
热议问题