<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1041822" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1041822</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Following are the degrees of</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/what-degree-relationship-database#comment-1275106</link>
    <description> &lt;p&gt;Following are the degrees of Relationships.&lt;br /&gt;
1.   Single Entity - Unary&lt;br /&gt;
2.   Double Entities - Binary&lt;br /&gt;
3.   Triple Entities - Ternary&lt;br /&gt;
4.   N Entities - N- ary&lt;/p&gt;
&lt;p&gt;Following are the types of Relationships.&lt;br /&gt;
1. one-to-one&lt;br /&gt;
2. one-to-many&lt;br /&gt;
3. many-to-many&lt;/p&gt;
&lt;p&gt;Please refer &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/bb399189.aspx&quot; title=&quot;http://msdn.microsoft.com/en-us/library/bb399189.aspx&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/en-us/library/bb399189.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Manish&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 May 2012 07:17:22 +0000</pubDate>
 <dc:creator>manish</dc:creator>
 <guid isPermaLink="false">comment 1275106 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Degrees are defined prior to</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/what-degree-relationship-database#comment-1252719</link>
    <description> &lt;p&gt;Degrees are defined prior to people being awarded them.The degree of relationship is the number of occurrences in one entity which are associated to the number of occurrences in another.There are three degrees of relationship, known as:&lt;/p&gt;
&lt;p&gt;   1. one-to-one&lt;br /&gt;
   2. one-to-many&lt;br /&gt;
   3. many-to-many&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Aug 2010 03:20:55 +0000</pubDate>
 <dc:creator>rmartin345</dc:creator>
 <guid isPermaLink="false">comment 1252719 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi, According to me,&quot;degree</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/what-degree-relationship-database#comment-1250881</link>
    <description> &lt;p&gt;Hi, According to me,&quot;degree of relationship&quot; simply refer to the concept of, how many number of entities associated with the relationship and in general way we categories as &lt;/p&gt;
&lt;p&gt;Binary relationships, the association between two entities is the most common type in the real world. A recursive binary relationship occurs when an entity is related to itself. An example might be &quot;some employees are married to other employees&quot;.&lt;/p&gt;
&lt;p&gt;A ternary relationship involves three entities and is used when a binary relationship is inadequate. Many modeling approaches recognize only binary relationships. Ternary or n-ary relationships are decomposed into two or more binary relationships.&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Jul 2010 05:57:07 +0000</pubDate>
 <dc:creator>sandeep Kumar</dc:creator>
 <guid isPermaLink="false">comment 1250881 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Degree means simple</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/what-degree-relationship-database#comment-1242164</link>
    <description> &lt;p&gt;Degree means simple relations b/w tables&lt;/p&gt;
&lt;p&gt;Like one-to-one, one-to-many, many-to-many.&lt;br /&gt;
1-to-1, suppose ItemID in one table is forign key to Company list. [So for one company there will be one Item so 1-to-1 relation]&lt;/p&gt;
&lt;p&gt;1-to-many, suppose ItemName in one table is forign key to Company list. [So for one company there will be many Item with same name so 1-to-many relation]&lt;/p&gt;
&lt;p&gt;many-to-many, suppose AccountID in diff banks in one table is forign key to The withdrawdetails list. [So for each account there will be many withdraw entiries so its many-to-many relation]&lt;/p&gt;
 </description>
     <pubDate>Sat, 30 May 2009 14:48:06 +0000</pubDate>
 <dc:creator>pulseraiser</dc:creator>
 <guid isPermaLink="false">comment 1242164 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Degree of relationship</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/what-degree-relationship-database#comment-1240535</link>
    <description> &lt;p&gt;Degree of relationship refers to the number of participating entities in a relationship. If there are two entities involved in relationship then it is referred to as binary relationship. If there are three entities involved then it is called as ternary relationship and so on.&lt;/p&gt;
&lt;p&gt;On the other hand, it is the cardinality of relationship that defines the number of instances of one entity as it relates to the number of instances of the other entity.  Based on the different combinations between two entities we can have either one-to-one, one-to-many or many-to-many relationship.&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Apr 2009 01:29:21 +0000</pubDate>
 <dc:creator>DBPro</dc:creator>
 <guid isPermaLink="false">comment 1240535 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I think you need two views</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/what-degree-relationship-database#comment-1232970</link>
    <description> &lt;p&gt;I think you need two views (I am not an expert at this):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A tree structure, perhaps, with relations between &quot;nodes&quot; like a geneology family tree&lt;/li&gt;
&lt;li&gt;Also, a venn diagram, showing overlapping (common) relations&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Try using &lt;a href=&quot;http://code.google.com/apis/chart/&quot;&gt;Google Charts! &lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Sep 2008 13:02:44 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1232970 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Then how will we design any</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/what-degree-relationship-database#comment-1232965</link>
    <description> &lt;p&gt;Then how will we design any flow chart?&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Sep 2008 12:07:56 +0000</pubDate>
 <dc:creator>shilpamg</dc:creator>
 <guid isPermaLink="false">comment 1232965 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>&quot;degree of relationship&quot; is</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/what-degree-relationship-database#comment-1232934</link>
    <description> &lt;p&gt;&quot;degree of relationship&quot; is a concept for developing &quot;relational databases&quot;&lt;/p&gt;
&lt;p&gt;Maybe &lt;a href=&quot;http://www.campus.ncl.ac.uk/databases/design/design.html&quot;&gt;this&lt;/a&gt; will help..&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Degree of relationship&lt;br /&gt;
One-to-many relationships&lt;/p&gt;
&lt;p&gt;This means how many of one entity can be related to how many of the other(s). Ask yourself how many of each entity there can be.&lt;/p&gt;
&lt;p&gt;In this kind of relationship one of the entities can be related many times to another entity. For example, one excavation can contain many finds; one person can commit many crimes.&lt;/p&gt;
&lt;p&gt;One to many relationships are common and are well handed by relational databases.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Think of LinkedIn - you have your connections (1st degree), their connections (2nd degree), their connections&#039; connections (3rd degree)&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Sep 2008 15:28:24 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1232934 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
