<?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 table and primary key in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449191#M828496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it nessary to give primary key in a table.and it should be define only at first position.plzz tell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 10:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 15:08:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T15:08:33Z</dc:date>
    <item>
      <title>table and primary key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449191#M828496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it nessary to give primary key in a table.and it should be define only at first position.plzz tell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 10:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449191#M828496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: table and primary key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449192#M828497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes It is neccessary, we should give at first row only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449192#M828497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: table and primary key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449193#M828498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;srinath:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I send you a mail yesterday...Please start using more describing titles or you're going to force me to delete your threads....&lt;STRONG&gt;Table&lt;/STRONG&gt; is not a good title...I changed to &lt;STRONG&gt;table and primary key&lt;/STRONG&gt; which is better...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449193#M828498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: table and primary key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449194#M828499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes otherwise you will get a syntax error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449194#M828499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: table and primary key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449195#M828500</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;s, primary key is mandatory.&lt;/P&gt;&lt;P&gt;it avoid the duplicate of data.for ex (student rollno, material no, employee id)&lt;/P&gt;&lt;P&gt;it should be  a unique.&lt;/P&gt;&lt;P&gt;when you create the foreign key table . you want to  refer only  the primary key field of the reference table(checked table)&lt;/P&gt;&lt;P&gt;when you create the foreign key in the particular table before it should be one primary key.&lt;/P&gt;&lt;P&gt;you can create no of primary keys in one table. &lt;/P&gt;&lt;P&gt;by defaultly the one primary index should be created for that table.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;s.surender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 15:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-and-primary-key/m-p/3449195#M828500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T15:17:21Z</dc:date>
    </item>
  </channel>
</rss>

