<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: cardinality? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473125#M556246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cardinality indicates the primary and foriegn key ratio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if cardinality is 1:1 , then for one record in check table ( Primary key ) there should be one record in dependent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like wise 1:N indicates , for one record in check table , dependent table can have N records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 09:35:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T09:35:24Z</dc:date>
    <item>
      <title>cardinality?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473124#M556245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the cardinality &lt;/P&gt;&lt;P&gt;what is its function &lt;/P&gt;&lt;P&gt;and what  is it use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one give , with an example for cardinality?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473124#M556245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: cardinality?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473125#M556246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cardinality indicates the primary and foriegn key ratio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if cardinality is 1:1 , then for one record in check table ( Primary key ) there should be one record in dependent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like wise 1:N indicates , for one record in check table , dependent table can have N records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473125#M556246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: cardinality?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473126#M556247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jus go thro this notes below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cardinality &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cardinality (n:m) describes the foreign key relationship with regard to the number of possible dependent records (records of the foreign key table) or referenced records (records of the check table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The left side (n) of the cardinality is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n=1: There is exactly one record assigned to the check table for each record of the foreign key table. &lt;/P&gt;&lt;P&gt;n=C: The foreign key table may contain records which do not correspond to any record of the check table because the foreign key field is empty. This can occur for example if the field of the foreign key table is optional, in which case it does not have to be filled.&lt;/P&gt;&lt;P&gt;The right side (m) of the cardinality is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m=1: There is exactly one dependent record for each record of the check table. &lt;/P&gt;&lt;P&gt;m=C: There is at most one dependent record for each record of the check table. &lt;/P&gt;&lt;P&gt;m=N: There is at least one dependent record for each record of the check table. &lt;/P&gt;&lt;P&gt;m=CN: There may be any number of dependent records for each record of the check table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;*****Reward points if helpful.&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473126#M556247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: cardinality?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473127#M556248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cardinality (n:m) describes the foreign key relationship with regard to the number of possible dependent records (records of the foreign key table) or referenced records (records of the check table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The left side (n) of the cardinality is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n=1: There is exactly one record assigned to the check table for each record of the foreign key table. &lt;/P&gt;&lt;P&gt;n=C: The foreign key table may contain records which do not correspond to any record of the check table because the foreign key field is empty. This can occur for example if the field of the foreign key table is optional, in which case it does not have to be filled.&lt;/P&gt;&lt;P&gt;The right side (m) of the cardinality is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m=1: There is exactly one dependent record for each record of the check table. &lt;/P&gt;&lt;P&gt;m=C: There is at most one dependent record for each record of the check table. &lt;/P&gt;&lt;P&gt;m=N: There is at least one dependent record for each record of the check table. &lt;/P&gt;&lt;P&gt;m=CN: There may be any number of dependent records for each record of the check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;A foreign key describes a relationship between two tables. You can define this relationship more precisely by specifying the cardinality and type of foreign key fields&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The following types of foreign key field can be defined:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.No key fields/candidates: The foreign key fields are neither primary key fields of the foreign key table nor do they uniquely identify a record of the foreign key table (key candidates). For this reason, the foreign key fields do not (partially) identify the foreign key table. &lt;/P&gt;&lt;P&gt;2.Key fields/candidates: The foreign key fields are either primary key fields of the foreign key table or they already uniquely identify a record of the foreign key table (key candidates). The foreign key fields therefore (partially) identify the foreign key table. &lt;/P&gt;&lt;P&gt;3.Key fields of a text table: The foreign key table is a text table for the check table, that is the key of the foreign key table only differs from the key of the check table in that it has an additional language key field. This is a special case of the type Key fields/candidates.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here  is the example with  screen shots &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;a href="http://"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/b2/fbb859c64611d295dd00a0c929b3c3/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points  if it is usefull ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473127#M556248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: cardinality?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473128#M556249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq .....&lt;/P&gt;&lt;P&gt; for providing me the answer...literally its good one....which is understandable.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not saying byeeee.....We'll be in touch ....................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473128#M556249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: cardinality?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473129#M556250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mr. Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if u find the answers useful.&lt;/P&gt;&lt;P&gt;Jus closing the thread with rewarding points,wil not motivate others to answer..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways all the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 10:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cardinality/m-p/2473129#M556250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T10:05:05Z</dc:date>
    </item>
  </channel>
</rss>

