what is the diffrence between inner and outer join

Answer Posted / apoorv sharma

You use INNER JOIN to return all rows from both tables where
there is a match. ie. in the resulting table all the rows
and colums will have values.

In OUTER JOIN the resulting table may have empty colums.
Outer join may be either LEFT or RIGHT

LEFT OUTER JOIN returns all the rows from the first table,
even if there are no matches in the second table.

RIGHT OUTER JOIN returns all the rows from the second table,
even if there are no matches in the first table.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary

763


What is a transport?

825


Can we create field without data element? If yes, how?

870


Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc

822


How is collect statement different from append?

762


Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?

758


How to read 5th record from Hash Internal Table?

1037


What is the function of a data element? : abap data dictionary

777


Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

1012


hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.

1757


What is difference between dependent and independent data?

762


How would you set the formatting options statically and dynamically within a report?

849


Explain the call transaction method? : abap bdc

782


What are the functional areas?

793


Why do we use FOR ALL ENTRIES and what is the pre-requisite

1140