How do you teach database normalization?

前端 未结 9 1477
孤街浪徒
孤街浪徒 2020-12-06 13:58

What are your steps and guidelines for database normalization? If given a bunch of people with good computer and logic skills, how do you explain to them how to normalize a

9条回答
  •  粉色の甜心
    2020-12-06 14:36

    Make sure they understand that normalization rules serves as a long-term investment, and those rules were created over the experience of having to maintain an denormalized database.

提交回复
热议问题