<?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: Joins(inner,outer,,) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948578#M64763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;Check this link. you will get an idea of SQL joins   &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.devx.com/dbzone/Article/17403/0/page/4" target="test_blank"&gt;http://www.devx.com/dbzone/Article/17403/0/page/4&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2005 06:53:55 GMT</pubDate>
    <dc:creator>Bema</dc:creator>
    <dc:date>2005-09-30T06:53:55Z</dc:date>
    <item>
      <title>Joins(inner,outer,,)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948575#M64760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Could anyone let me know regarding Joins. What is the difference b/w inner and outer joins. And left outer join, right outer joins...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 06:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948575#M64760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-30T06:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Joins(inner,outer,,)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948576#M64761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below link will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ec77446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21ec77446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/f1/713c3b35703079e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/f1/713c3b35703079e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points for helpfull answers and close the thread if your quesiton is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 06:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948576#M64761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-30T06:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Joins(inner,outer,,)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948577#M64762</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;JOIN is always applied betweeen two tables. If u want to get all matching records from both table u use Inner Join on aparticular field. Records in both table having the same value for that field will be retrieved with he  Join. Usually we use it to relate the parent and child tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase of Outer Joins, even if there is not common value for that field on which we r joining, the records will be fetched. For the table row that doesnt have  the value, NULL will be inserted. If u want NULL to be inserted on the table on the Left, use Left Outer Join and if u want NULL to be inserted for absent values in the right, use right outer Join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 06:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948577#M64762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-30T06:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Joins(inner,outer,,)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948578#M64763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;Check this link. you will get an idea of SQL joins   &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.devx.com/dbzone/Article/17403/0/page/4" target="test_blank"&gt;http://www.devx.com/dbzone/Article/17403/0/page/4&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 06:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948578#M64763</guid>
      <dc:creator>Bema</dc:creator>
      <dc:date>2005-09-30T06:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Joins(inner,outer,,)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948579#M64764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look up SAP Help under SELECT and the FROM clause explains JOINS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically an INNER JOIN means that the link must exist in both tables to return a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A  B  C  D  E&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;a1 b1 c1 d1 e1&lt;/P&gt;&lt;P&gt;a2 b2 c2 d2 e2&lt;/P&gt;&lt;P&gt;a3 b3 c3 d3 e1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E  F  G&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;e1 f1 g1&lt;/P&gt;&lt;P&gt;e2 f2 g2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner join gives&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A  B  C  D  E  F  G&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;a1 b1 c1 d1 e1 f1 g1&lt;/P&gt;&lt;P&gt;a2 b2 c2 d2 e2 f2 g2&lt;/P&gt;&lt;P&gt;a3 b3 c3 d3 e1 f1 g1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An OUTER JOIN (or left outer join) means that the data must exist in the left table but not necessarily in the right table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A  B  C  D  E&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------" /&gt;&lt;P&gt;a1 b1 c1 d1 e1&lt;/P&gt;&lt;P&gt;a2 b2 c2 d2 e2&lt;/P&gt;&lt;P&gt;a3 b3 c3 d3 e3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E  F  G&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;e1 f1 g1&lt;/P&gt;&lt;P&gt;e2 f2 g2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outer Join gives&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A  B  C  D  E  F  G&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;a1 b1 c1 d1 e1 f1 g1&lt;/P&gt;&lt;P&gt;a2 b2 c2 d2 e2 f2 g2&lt;/P&gt;&lt;P&gt;a3 b3 c3 d3 e3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHeers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. Kindly assign Reward Points to the posts you find helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2005 06:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins-inner-outer/m-p/948579#M64764</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2005-09-30T06:59:34Z</dc:date>
    </item>
  </channel>
</rss>

