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

Workbench request are client dependent or client independent

559


How to create any functions? How to go about it?

585


when u prefer lsmw?

624


Explain the Importance of pa20? : abap hr

633


what is mean be On Change of in Control Break statement

851






What is the length of function code at user-command?

755


What is the function of the correction system? : abap data dictionary

608


What is logo in sap script?

572


What is at exit-command:?

573


Did you use buffering?

601


Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

611


What are the types of indexes in abap?

606


What is the maximum number of structures that can be included in a table or structure

646


What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc

616


What is the reserve command?

668