what is the diffrence between inner and outer join
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / saifur rahaman
difference between inner join and outer join is:
inner join means it selects same data only in both the
tables
outer join means first it selects same data and second it
selects different data from the both tables.
Outer Join:
There are three types of outer joins namely:
>>Left Outer Join---For retreiving all the columns from the
first table irrespective of the column match.
>>Right Outer Join---For retreiving all the columns from
the second table irrespective of the column match
>>Full Outer Join---For retreiving all the columns from
both the tables irrespective of column match.
Is This Answer Correct ? | 1 Yes | 0 No |
what is the role of ST05 in performance tuning?
What does a lock object involve?
i have 4 primary keys and i want to use only one primary key for select single.What changes will occur in the system?can i use it?
To how many tables can an append structure be assigned. : abap data dictionary
how to make split command reusable?
What is LDB?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
The structure of a table has been changed in the ABAP/4 Dictionary. Which of the following adjustments in the relevant database table is correct, if you want to retain the previous data?
what is the main difference between headerline and workarea??
What take most time in SAP Script programming?
What is the difference between call transaction method and the session method? : abap bdc
what all we can see in TMG? what is its use?