<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748147#M324442</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;table A                                     table B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno.   name   telno             sno .     add&lt;/P&gt;&lt;P&gt;1       xxxx    2222               1         www&lt;/P&gt;&lt;P&gt;2       yyyy    3333               3         uuu&lt;/P&gt;&lt;P&gt;3       zzzz    4444               4         ooo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno.   name    telno   add&lt;/P&gt;&lt;P&gt;1        xxxx    2222    www&lt;/P&gt;&lt;P&gt;3        zzzz    4444    uuu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outer join .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno.     name    telno   add&lt;/P&gt;&lt;P&gt;1        xxxx     2222   www&lt;/P&gt;&lt;P&gt;2        yyyy     3333   ---&lt;/P&gt;&lt;P&gt;3        zzzz     4444   uuu&lt;/P&gt;&lt;P&gt;4        -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;     -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;   ooo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Lakshminarayanan rohini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 06:29:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T06:29:01Z</dc:date>
    <item>
      <title>joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748138#M324433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. what is the diff b/w inner join and outer join&lt;/P&gt;&lt;P&gt;2. what is index and use&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 08:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748138#M324433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T08:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748139#M324434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these to know the difference..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ec77446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ec77446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 08:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748139#M324434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T08:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748140#M324435</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;the difference lies in the data you are fetching from two tables..&lt;/P&gt;&lt;P&gt;its like sets..&lt;/P&gt;&lt;P&gt;unions means innerjoin&lt;/P&gt;&lt;P&gt;intersection means outer join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 09:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748140#M324435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T09:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748141#M324436</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;1. The main difference between inner join and outer join is retrieveing no of records&lt;/P&gt;&lt;P&gt;    INNER JOIN --&amp;gt; Retrieves all records condtion statisfied on left and right side tables.&lt;/P&gt;&lt;P&gt;    OUTER JOIN ---&amp;gt; Retrieves all records from left side table whether conditon not satisfied also blank records will be joinned in right side table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Indexes  are used to improve performance of  program. It reduces response time of SELECT Queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 09:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748141#M324436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748142#M324437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Madhav , &lt;/P&gt;&lt;P&gt;  Inner join is basically used when the tables you are trying to joing have common values in the field you specify in the ON condition.&lt;/P&gt;&lt;P&gt;Outer join can be classified as Left Outer join and Right outer join, if it is a left outer join then the values in the table mentioned in the left (before the command LLEFT OUTER  JOIN )  will be selected irrespective of whether there is value in the table in right or not for the said condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Index are a concept similar to creating another set of primary key for the table , they are created on non primary keys and help in reducing the access time when you search the table with that filed on which the index is created.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 09:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748142#M324437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T09:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748143#M324438</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;INNER JOIN : this will retrieve all values from both the tables you specify in your &lt;/P&gt;&lt;P&gt;                     select(i.e, the table on the left and right).&lt;/P&gt;&lt;P&gt;OUTER JOIN : this is classified into left outer join and right outer join.&lt;/P&gt;&lt;P&gt;           1. left : this retrieves all the values from the left table alone.      &lt;/P&gt;&lt;P&gt;           2. right : this retrieves all the values from the table on the right alone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 09:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748143#M324438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T09:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748144#M324439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inner join : With inner join you get records only when there is entry in all tables.&lt;/P&gt;&lt;P&gt;outer join : With outer join records are also selected when there is no entry in some of the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 15:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748144#M324439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748145#M324440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi madhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Innerjoin is one which retrives data from both left and right side of tables based on condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outer join retrives data from either left or right side of the table based on condition..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;two types of outer join are LEFT and RiGHT outer join..&lt;/P&gt;&lt;P&gt;but in abap we have only LEFT OUTER JOIN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Index denotes the row count and it can be use d in select  statements to retrive data if we know the line where the data is stored..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;it is like select * from table into it where index = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope i have answered u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajkumar.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 05:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748145#M324440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T05:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748146#M324441</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;1. what is the diff b/w inner join and outer join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data that can be selected with a view depends primarily on whether the view implements an inner join or an outer join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With an inner join, you only get the records of the cross-product for which there is an entry in all tables used in the view. &lt;/P&gt;&lt;P&gt;With an outer join, records are also selected for which there is no entry in some of the tables used in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database views implement an inner join. The database therefore only provides those records for which there is an entry in all the tables used in the view. Help views and maintenance views, however, implement an outer join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at these links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="181761"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what is index and use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can speed up a table search for data records that satisfy certain search criteria by using an index. You can create more than one index for a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the primary key, which you define in the ABAP Dictionary when creating a table, you can also define additional indices (called database indices) for transparent tables. Using indices, you can improve the time needed to access and read your database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An unique index ensures that no duplicates are entered in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/c7/55833c4f3e092de10000000a114027/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/c7/55833c4f3e092de10000000a114027/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gunasree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Award marks For Helpful Answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 06:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748146#M324441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T06:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: joins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748147#M324442</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;table A                                     table B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno.   name   telno             sno .     add&lt;/P&gt;&lt;P&gt;1       xxxx    2222               1         www&lt;/P&gt;&lt;P&gt;2       yyyy    3333               3         uuu&lt;/P&gt;&lt;P&gt;3       zzzz    4444               4         ooo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno.   name    telno   add&lt;/P&gt;&lt;P&gt;1        xxxx    2222    www&lt;/P&gt;&lt;P&gt;3        zzzz    4444    uuu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outer join .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sno.     name    telno   add&lt;/P&gt;&lt;P&gt;1        xxxx     2222   www&lt;/P&gt;&lt;P&gt;2        yyyy     3333   ---&lt;/P&gt;&lt;P&gt;3        zzzz     4444   uuu&lt;/P&gt;&lt;P&gt;4        -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;     -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;   ooo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Lakshminarayanan rohini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 06:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joins/m-p/1748147#M324442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T06:29:01Z</dc:date>
    </item>
  </channel>
</rss>

