How do you teach database normalization?

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

    Check out some of these resources:

    • 3 Normal Forms - a tutorial
    • Database normalization tutorial

    or get your folks the best book I've found for learning database design:

    Database Design for Mere Mortals(R): A Hands-On Guide to Relational Database Design (2nd Edition) by Mike Hernandez

    enter image description here

提交回复
热议问题