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 abstract classes
difference between batch input and direct input and call transaction ?
What is a matchcode?
diff types of BAPIS?
Can I execute user exits? If yes, how?
which state ment is used to move identically named fields between structures?
What will happen if we run call Transaction in BDC for large volume of data?
2 Answers Thomson Reuters, Vinyl Tubes,
Can a function group share its subroutine with all its function modules?
Output type is not selecte automatically with billing type ...Pls solve this issue
What are hashed tables?
12) How to add Text Modules in SMARTFORMS?
What is a batch input session?