<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>简约设计の艺术 - Database</title><link>http://blog.csdn.net/DL88250/category/307128.aspx</link><description>数据库相关的学习</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 21 Apr 2008 23:10:07 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>88250</dc:creator><title>设置MySQL的系统变量以调优性能</title><link>http://blog.csdn.net/DL88250/archive/2008/03/10/2162741.aspx</link><pubDate>Mon, 10 Mar 2008 11:48:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2008/03/10/2162741.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/2162741.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2008/03/10/2162741.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/2162741.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2162741</trackback:ping><description>如何设置MySQL的系统变量以调优性能？        转自：http://www.uknet.cn/viewthread.php?tid=671&lt;img src ="http://blog.csdn.net/DL88250/aggbug/2162741.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>MySQL 服务器调优</title><link>http://blog.csdn.net/DL88250/archive/2008/03/10/2162726.aspx</link><pubDate>Mon, 10 Mar 2008 11:45:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2008/03/10/2162726.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/2162726.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2008/03/10/2162726.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/2162726.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2162726</trackback:ping><description>转自：IBM开发者社区&lt;img src ="http://blog.csdn.net/DL88250/aggbug/2162726.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>数据库设计中的规范化</title><link>http://blog.csdn.net/DL88250/archive/2008/03/07/2155535.aspx</link><pubDate>Fri, 07 Mar 2008 08:50:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2008/03/07/2155535.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/2155535.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2008/03/07/2155535.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/2155535.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2155535</trackback:ping><description>范式是符合某一种级别的关系模式的集合。关系数据库中的关系必须满足一定的要求。满足最低要求的叫第一范式，简称1NF，在第一范式基础上进一步满足一些要求的为第二范式，简称2NF。其余依此类推，目前有六种范式：1NF，2NF，3NF，BCNF，4NF，5NF。

1 第一范式（1NF）

      在任何一个关系数据库中，第一范式（1NF）是对关系模式的基本要求，不满足第一范式（1NF）的数据库就不是关系数据库。

      所谓第一范式（1NF）是指数据库表的每一列都是不可分割的基本数据项，同一列中不能有多个值，即实体中的某个属性不能有多个值或者不能有重复的属性。如果出现重复的属性，就可能需要定义一个新的实体，新的实体由重复的属性构成，新实体与原实体之间为一对多关系。在第一范式（1NF）中表的每一行只包含一个实例的信息。例如，对于图3-2 中的员工信息表，不能将员工信息都放在一列中显示，也不能将其中的两列或多列在一列中显示；员工信息表的每一行只表示一个员工的信息，一个员工的信息在表中只出现一次。简而言之，第一范式就是无重复的列。

2 第二范式（2NF）

    &lt;img src ="http://blog.csdn.net/DL88250/aggbug/2155535.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>如何才能让你的SQL运行得更快</title><link>http://blog.csdn.net/DL88250/archive/2008/02/05/2084489.aspx</link><pubDate>Tue, 05 Feb 2008 16:16:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2008/02/05/2084489.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/2084489.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2008/02/05/2084489.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/2084489.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2084489</trackback:ping><description>转自：http://database.csdn.net/page/dda5af9d-b2bd-41a8-9944-2d8aa74e29d2&lt;img src ="http://blog.csdn.net/DL88250/aggbug/2084489.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>从SQL语言的分类谈COMMIT和ROLLBACK的用法</title><link>http://blog.csdn.net/DL88250/archive/2007/10/25/1842633.aspx</link><pubDate>Thu, 25 Oct 2007 04:49:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/10/25/1842633.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1842633.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/10/25/1842633.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1842633.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1842633</trackback:ping><description>转自：http://www.blogjava.net/realsmy/archive/2007/08/15/113026.html&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1842633.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>使用ResultSetMetaData显示字段的名字等信息  </title><link>http://blog.csdn.net/DL88250/archive/2007/10/24/1841443.aspx</link><pubDate>Wed, 24 Oct 2007 11:41:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/10/24/1841443.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1841443.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/10/24/1841443.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1841443.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1841443</trackback:ping><description>转自：http://blog.csdn.net/yangm1203/archive/2007/07/30/1717412.aspx&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1841443.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>execute、executeQuery和executeUpdate之间的区别</title><link>http://blog.csdn.net/DL88250/archive/2007/10/24/1841385.aspx</link><pubDate>Wed, 24 Oct 2007 11:16:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/10/24/1841385.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1841385.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/10/24/1841385.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1841385.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1841385</trackback:ping><description>转自：http://hi.baidu.com/liuqing_1010/blog/item/082fb7fd7c378546d7887d7d.html&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1841385.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>Hibernate 分页</title><link>http://blog.csdn.net/DL88250/archive/2007/10/10/1819053.aspx</link><pubDate>Wed, 10 Oct 2007 20:18:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/10/10/1819053.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1819053.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/10/10/1819053.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1819053.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1819053</trackback:ping><description>转自：http://blog.csdn.net/chensheng913/archive/2007/03/07/1522974.aspx&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1819053.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>HSQLDB简介</title><link>http://blog.csdn.net/DL88250/archive/2007/09/04/1772116.aspx</link><pubDate>Tue, 04 Sep 2007 18:14:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/09/04/1772116.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1772116.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/09/04/1772116.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1772116.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1772116</trackback:ping><description>转自：http://rongsantang.yculblog.com/post.626267.html （一地鸡毛）
&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1772116.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>数据库连接池的原理机制</title><link>http://blog.csdn.net/DL88250/archive/2007/07/31/1719694.aspx</link><pubDate>Tue, 31 Jul 2007 18:43:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/07/31/1719694.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1719694.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/07/31/1719694.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1719694.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1719694</trackback:ping><description>转自：http://blog.csdn.net/chensheng913/archive/2007/03/26/1541403.aspx&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1719694.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>UDB DB2 700认证精题[00整理]</title><link>http://blog.csdn.net/DL88250/archive/2007/07/26/1708213.aspx</link><pubDate>Thu, 26 Jul 2007 00:56:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/07/26/1708213.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1708213.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/07/26/1708213.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1708213.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1708213</trackback:ping><description>刚考了DB2 700，这份题相当有用:-)&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1708213.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>ATM系统实现[18]——数据管理类[00原创]</title><link>http://blog.csdn.net/DL88250/archive/2007/07/23/1703713.aspx</link><pubDate>Mon, 23 Jul 2007 21:07:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/07/23/1703713.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1703713.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/07/23/1703713.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1703713.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1703713</trackback:ping><description>ATM系统数据管理类实现代码&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1703713.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>Ubuntu下转换M$ Access到mysql</title><link>http://blog.csdn.net/DL88250/archive/2007/06/26/1667780.aspx</link><pubDate>Tue, 26 Jun 2007 22:54:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/06/26/1667780.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1667780.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/06/26/1667780.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1667780.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1667780</trackback:ping><description>转自：http://wlx.westgis.ac.cn/353/&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1667780.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>如何把OpenOffice.org链接到MySQL？</title><link>http://blog.csdn.net/DL88250/archive/2007/06/26/1667731.aspx</link><pubDate>Tue, 26 Jun 2007 21:53:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/06/26/1667731.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1667731.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/06/26/1667731.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1667731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1667731</trackback:ping><description>转自：http://www.xlib.cn/index.php/archives/165&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1667731.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>88250</dc:creator><title>数据库中文问题总结</title><link>http://blog.csdn.net/DL88250/archive/2007/06/17/1655865.aspx</link><pubDate>Sun, 17 Jun 2007 22:21:00 GMT</pubDate><guid>http://blog.csdn.net/DL88250/archive/2007/06/17/1655865.aspx</guid><wfw:comment>http://blog.csdn.net/DL88250/comments/1655865.aspx</wfw:comment><comments>http://blog.csdn.net/DL88250/archive/2007/06/17/1655865.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/DL88250/comments/commentRss/1655865.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1655865</trackback:ping><description>转自：http://blog.csdn.net/javafish/archive/2006/09/03/1164272.aspx&lt;img src ="http://blog.csdn.net/DL88250/aggbug/1655865.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>