<?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: What is entity-relationship model?</title>
	<atom:link href="http://explainextended.com/2009/10/18/what-is-entity-relationship-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/</link>
	<description>How to create fast database queries</description>
	<lastBuildDate>Mon, 01 Mar 2010 08:17:47 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Quassnoi</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-108</link>
		<dc:creator>Quassnoi</dc:creator>
		<pubDate>Mon, 01 Mar 2010 08:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-108</guid>
		<description>@Goncalo: no, just missed :)</description>
		<content:encoded><![CDATA[<p>@Goncalo: no, just missed :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonçalo</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-107</link>
		<dc:creator>Gonçalo</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-107</guid>
		<description>Very, very good article.

Just a note: do the arrows between the attributes in the marriage diagrams represent any concept, or have you just missed those?</description>
		<content:encoded><![CDATA[<p>Very, very good article.</p>
<p>Just a note: do the arrows between the attributes in the marriage diagrams represent any concept, or have you just missed those?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quassnoi</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-94</link>
		<dc:creator>Quassnoi</dc:creator>
		<pubDate>Tue, 29 Dec 2009 13:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-94</guid>
		<description>@openfrog: MS Visio.</description>
		<content:encoded><![CDATA[<p>@openfrog: MS Visio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: openfrog</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-93</link>
		<dc:creator>openfrog</dc:creator>
		<pubDate>Tue, 29 Dec 2009 13:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-93</guid>
		<description>Thanks a lot for this great article. The first time I really feel I have understood what an ER-Diagram really is all about and how it works. I came here through StackOverflow.com.

May I ask, what tool did you use to create those diagrams?</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this great article. The first time I really feel I have understood what an ER-Diagram really is all about and how it works. I came here through StackOverflow.com.</p>
<p>May I ask, what tool did you use to create those diagrams?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quassnoi</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-91</link>
		<dc:creator>Quassnoi</dc:creator>
		<pubDate>Sat, 05 Dec 2009 13:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-91</guid>
		<description>@Praveen: with ER, you should define entities, relationships and attributes. The diagram in the link you provided shows the relational design which provides the tables layout (so that we can generate a database schema) but gives too few hints on what will be stored in the tables. What is Long_Fields on diagram above? Is it an entity or a relationship or an offloaded attribute? You cannot tell from the name of the fields and the table design.</description>
		<content:encoded><![CDATA[<p>@Praveen: with ER, you should define entities, relationships and attributes. The diagram in the link you provided shows the relational design which provides the tables layout (so that we can generate a database schema) but gives too few hints on what will be stored in the tables. What is Long_Fields on diagram above? Is it an entity or a relationship or an offloaded attribute? You cannot tell from the name of the fields and the table design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-90</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Sat, 05 Dec 2009 05:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-90</guid>
		<description>Hi, I&#039;m using the following format to design ER, after all it looks much alike the Table Structure design. 

http://www.meds-sdmm.dfo-mpo.gc.ca/meds/Prog_Nat/NCIS/Definition/Ncis_ER_diagram.gif

(found this on google)

I&#039;m wondering what&#039;s the difference between ER and Table structure. 
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m using the following format to design ER, after all it looks much alike the Table Structure design. </p>
<p><a href="http://www.meds-sdmm.dfo-mpo.gc.ca/meds/Prog_Nat/NCIS/Definition/Ncis_ER_diagram.gif" rel="nofollow">http://www.meds-sdmm.dfo-mpo.gc.ca/meds/Prog_Nat/NCIS/Definition/Ncis_ER_diagram.gif</a></p>
<p>(found this on google)</p>
<p>I&#8217;m wondering what&#8217;s the difference between ER and Table structure.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-88</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sun, 22 Nov 2009 08:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-88</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by HybridDBA: Nice ERD overview / review: http://bit.ly/Voj8Q...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by HybridDBA: Nice ERD overview / review: <a href="http://bit.ly/Voj8Q.." rel="nofollow">http://bit.ly/Voj8Q..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quassnoi</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-86</link>
		<dc:creator>Quassnoi</dc:creator>
		<pubDate>Tue, 20 Oct 2009 09:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-86</guid>
		<description>@rexem: Diamonds for a relationship are used in Chen&#039;s notation. This allows relationships to have their own attributes and relationships (like, say, a marriage date in the example above).

However, a relationship still needs to be uniquely defined by the entities related, which distinguishes it from an entity.</description>
		<content:encoded><![CDATA[<p>@rexem: Diamonds for a relationship are used in Chen&#8217;s notation. This allows relationships to have their own attributes and relationships (like, say, a marriage date in the example above).</p>
<p>However, a relationship still needs to be uniquely defined by the entities related, which distinguishes it from an entity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rexem</title>
		<link>http://explainextended.com/2009/10/18/what-is-entity-relationship-model/comment-page-1/#comment-85</link>
		<dc:creator>rexem</dc:creator>
		<pubDate>Tue, 20 Oct 2009 05:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://explainextended.com/?p=2959#comment-85</guid>
		<description>Coming from Oracle Designer - what you&#039;ve referred to as the &quot;ER model&quot;, I&#039;ve known as the &quot;Logical ERD&quot; while the &quot;relational database [model]&quot; was called the &quot;Physical ERD&quot;.  The difference isn&#039;t immediately obvious on simple models, but if you compare the attributes/columns, foreign key(s) won&#039;t show be in the attribute list - they would be in the physical model because the resulting table was generated.  Another thing on the Logical model was that optional columns would be noted.  Logical models would also show arcs, and the term escapes me but tables encapsulated by tables to show attribute inheritance...

I haven&#039;t seen the diagram format you mention, using diamonds - only rectangles and crowsfeet.  The rules to crowsfeet were that they pointed either down or to the East (right).  The lines were dotted to indicate optional relationships, and the crowsfeet attached to a table to show a many relationship - crowsfeet on either end would mean &quot;many-to-many&quot;.  Also, lines shouldn&#039;t cross if they don&#039;t have to.

The diagram feature in SQL Server Management Studio is an example of a physical model.  Likewise for the no longer supported Visio Modeller app.</description>
		<content:encoded><![CDATA[<p>Coming from Oracle Designer &#8211; what you&#8217;ve referred to as the &#8220;ER model&#8221;, I&#8217;ve known as the &#8220;Logical ERD&#8221; while the &#8220;relational database [model]&#8221; was called the &#8220;Physical ERD&#8221;.  The difference isn&#8217;t immediately obvious on simple models, but if you compare the attributes/columns, foreign key(s) won&#8217;t show be in the attribute list &#8211; they would be in the physical model because the resulting table was generated.  Another thing on the Logical model was that optional columns would be noted.  Logical models would also show arcs, and the term escapes me but tables encapsulated by tables to show attribute inheritance&#8230;</p>
<p>I haven&#8217;t seen the diagram format you mention, using diamonds &#8211; only rectangles and crowsfeet.  The rules to crowsfeet were that they pointed either down or to the East (right).  The lines were dotted to indicate optional relationships, and the crowsfeet attached to a table to show a many relationship &#8211; crowsfeet on either end would mean &#8220;many-to-many&#8221;.  Also, lines shouldn&#8217;t cross if they don&#8217;t have to.</p>
<p>The diagram feature in SQL Server Management Studio is an example of a physical model.  Likewise for the no longer supported Visio Modeller app.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
