翔如菲菲

其实天很蓝,阴云总会散;其实海不宽,此岸连彼岸.

导航

2011年10月14日 #

细说数据库范式

摘要: 数据库范式(Normal forms):是用于规范关系型数据库设计,以减少谬误发生的一种准则。1NF(first normal form):Table faithfully represents a relation and has norepeating groups.数据库表必须如实地展现“关系”,并且不允许有“重复组”出现。这样的概念真是令人痛心疾首,我们只好再搬出1NF的的作者之一Chris Date的解释:1. There's no top-to-bottom ordering to the rows.(任意两行没有特定的顺序关系。不存在一个特定的理由要某一行必须在另一行之前 阅读全文

posted @ 2011-10-14 15:24 翔如飞飞 阅读(267) 评论(0) 推荐(0)