<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>红颜丽人数据库设计 &#187; 红颜丽人</title>
	<atom:link href="http://www.hongyanliren.com/tag/%e6%95%b0%e6%8d%ae%e5%ba%93%e8%ae%be%e8%ae%a1/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hongyanliren.com</link>
	<description>追求技术就像追求#$！不抛弃，不放弃！</description>
	<lastBuildDate>Thu, 16 Mar 2023 07:48:39 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>数据库中的左连接和右连接的区别是什么</title>
		<link>http://www.hongyanliren.com/2014m07/11687.html</link>
		<comments>http://www.hongyanliren.com/2014m07/11687.html#comments</comments>
		<pubDate>Tue, 15 Jul 2014 16:45:03 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[数据库技术]]></category>
		<category><![CDATA[数据库设计]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=11687</guid>
		<description><![CDATA[数据库中的左连接和右连接的区别是什么？<strong>数据库中的左连接和右连接有什么区别？如果有A，B两张表，A表有3条数据，B表有4条数据，通过左连接和右连接，查询出的数据条数最少是多少条？最多是多少条？</strong>

<strong> </strong><strong>    我被这个问题问住了，后来我去问了数据库开发人员，结果结果各种各样：</strong>

<strong>    a 最大1[......]</strong><p class='read-more'><a href='http://www.hongyanliren.com/2014m07/11687.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m07/11687.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>数据库建立索引的好处与弊端</title>
		<link>http://www.hongyanliren.com/2014m03/4951.html</link>
		<comments>http://www.hongyanliren.com/2014m03/4951.html#comments</comments>
		<pubDate>Fri, 28 Mar 2014 19:25:21 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[数据库技术]]></category>
		<category><![CDATA[数据库设计]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=4951</guid>
		<description><![CDATA[建立索引的好处与坏处是什么？

<span style="line-height: 1.714285714; font-size: 1rem;"><strong>索引的好处：</strong>查询时就会先去索引列表中一次定位到特定值的行数，大大减少遍历匹配的行数</span>
<strong>坏处：</strong>无论如何都要查询此表，字段大量重复值，增加索引也没有什么意义
记录比较少的，增加索引不会带来速度的优化反而浪费了存储空间，因为索引是需要存 储空间的，而且有个致命缺点是对[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m03/4951.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m03/4951.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>数据库三范式实例介绍（图片）</title>
		<link>http://www.hongyanliren.com/2014m03/3652.html</link>
		<comments>http://www.hongyanliren.com/2014m03/3652.html#comments</comments>
		<pubDate>Mon, 03 Mar 2014 15:21:59 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[数据库技术]]></category>
		<category><![CDATA[数据库设计]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=3652</guid>
		<description><![CDATA[<p align="left">数据库三范式实例介绍，图片实例详细举例说明，什么是数据库范式？为使数据库的表冗余较小、结构合理，数据库设计时要遵照一定的规则。关系型数据库中这规则就叫做范式。数据库范式是符合某一种设计要求的总结。设计一个结构合理的关系型数据库必须满足一定的范式。</p>
<p align="left">在实际程序开发中，如java开发，最为常见的设计范[......]</p><p class='read-more'><a href='http://www.hongyanliren.com/2014m03/3652.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m03/3652.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
