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

In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr

569


how to modify the standard method as per your requirement

892


What is modularization and its benefits? : abap modularization

730


Why do we use types statement in abap programming?

671


What are the buffering options in abap?

568






Difference between .Include and .append?

744


What are base tables of an aggregate object?

625


Can a domain, assigned to a data element be changed? : abap data dictionary

554


What are the internal tables and work area?

557


Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1071


Which transaction code can I use to analyze the performance of abap program?

562


Define infotype ? : abap hr

711


What is a data dictionary? : abap data dictionary

581


What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary

577


Where do you use help views?

570