<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Are foreign keys really necessary in a database design?</title>
	<atom:link href="http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/</link>
	<description>Startups, Programming and stuff...</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:39:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/comment-page-3/#comment-16156</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 22 Dec 2011 21:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=213#comment-16156</guid>
		<description>If everybody wrote (and maintained) perfect business logic, there would be no need for foreign keys, but that&#039;s not the case.  The main reason for a foreign key is to flag a logic error that would result in an integrity fault, before it leads to a larger mess.  In short it&#039;s a debugging capability, a very good and useful crutch.  Nothing wrong with that.</description>
		<content:encoded><![CDATA[<p>If everybody wrote (and maintained) perfect business logic, there would be no need for foreign keys, but that&#8217;s not the case.  The main reason for a foreign key is to flag a logic error that would result in an integrity fault, before it leads to a larger mess.  In short it&#8217;s a debugging capability, a very good and useful crutch.  Nothing wrong with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pranav</title>
		<link>http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/comment-page-3/#comment-4445</link>
		<dc:creator>pranav</dc:creator>
		<pubDate>Mon, 04 Jul 2011 16:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=213#comment-4445</guid>
		<description>Very nice article and discussion , thanks for comments from Antelio and Mahesh for exploring more about foreign keys.</description>
		<content:encoded><![CDATA[<p>Very nice article and discussion , thanks for comments from Antelio and Mahesh for exploring more about foreign keys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipin</title>
		<link>http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/comment-page-2/#comment-4042</link>
		<dc:creator>vipin</dc:creator>
		<pubDate>Sat, 11 Jun 2011 05:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=213#comment-4042</guid>
		<description>INTRODUCTION OF RDBMS.......
                                                               DBMS allow you to create and maintain database. In the unit, we will discuss about the various data models and architecture in DBMS. We will discuss RDBMS which is used to store data in the form of related tables. In addtion, we will discuss condidate key, primary key and foriegn key in DBMS.</description>
		<content:encoded><![CDATA[<p>INTRODUCTION OF RDBMS&#8230;&#8230;.<br />
                                                               DBMS allow you to create and maintain database. In the unit, we will discuss about the various data models and architecture in DBMS. We will discuss RDBMS which is used to store data in the form of related tables. In addtion, we will discuss condidate key, primary key and foriegn key in DBMS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipin</title>
		<link>http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/comment-page-2/#comment-4041</link>
		<dc:creator>vipin</dc:creator>
		<pubDate>Sat, 11 Jun 2011 04:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=213#comment-4041</guid>
		<description>CONSTRAINT FOR FOREIGN KEY.................
                                 &gt;You can add if current feild values are NULL or exist in the referenced table.
                                &gt;you can delete a FORIEGN KEY  constraint.</description>
		<content:encoded><![CDATA[<p>CONSTRAINT FOR FOREIGN KEY&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
                                 &gt;You can add if current feild values are NULL or exist in the referenced table.<br />
                                &gt;you can delete a FORIEGN KEY  constraint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What are common database development mistakes made by application developers? &#171; Thomas van Steenwinckel</title>
		<link>http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/comment-page-2/#comment-2124</link>
		<dc:creator>What are common database development mistakes made by application developers? &#171; Thomas van Steenwinckel</dc:creator>
		<pubDate>Sun, 27 Mar 2011 10:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=213#comment-2124</guid>
		<description>[...] Are foreign keys really necessary in a database design? [...]</description>
		<content:encoded><![CDATA[<p>[...] Are foreign keys really necessary in a database design? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srini</title>
		<link>http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/comment-page-2/#comment-1086</link>
		<dc:creator>srini</dc:creator>
		<pubDate>Tue, 23 Mar 2010 11:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=213#comment-1086</guid>
		<description>Somebody mentioned Falcon is great, one reason might be this is not having Foreign keys, then how is the data integrity taken care. Is it completely moved to other layers

Johnson can answer this ..</description>
		<content:encoded><![CDATA[<p>Somebody mentioned Falcon is great, one reason might be this is not having Foreign keys, then how is the data integrity taken care. Is it completely moved to other layers</p>
<p>Johnson can answer this ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejaswi</title>
		<link>http://diovo.com/2008/08/are-foreign-keys-really-necessary-in-a-database-design/comment-page-2/#comment-1085</link>
		<dc:creator>Tejaswi</dc:creator>
		<pubDate>Fri, 12 Jun 2009 11:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.diovo.com/?p=213#comment-1085</guid>
		<description>This is ossem sight
Please sent me difference between Primery &amp; Secondry keys.</description>
		<content:encoded><![CDATA[<p>This is ossem sight<br />
Please sent me difference between Primery &amp; Secondry keys.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

