How do you teach database normalization?

前端 未结 9 1482
孤街浪徒
孤街浪徒 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:45

    Assuming they already know about the foundation concepts (Relations, Candidate Keys and Functional Dependencies) then start with BCNF. BCNF is by far the easiest to explain and is much more important that 2NF, 3NF, which are best ignored completely at this stage. Then explain Join Dependency and 5NF.

提交回复
热议问题