what are Joins? How many types are there?
Answer Posted / sudhakar1207
Joins are used to extract data from more than one DB table
which are logically related to each other.
So in order to join DB Tables they should have a common
field or attribute.
In ABAP, We have two types of Joins.
1) Inner Joins
2) Outer Joins ( Left Outer and Right Outer)
Inner Joins retrieve the records which matched with join
condition only.
While outer joins Retrieve the records which are matched
with Join Condition and Remaining records from the Parent Table.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Why do we need enhancements?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
Can we include customizing include or an append structure with pooled or cluster tables?
What happens if we use leave to list-processing without using suppress-dialog?
What are null values?
how to track records from data dictionary?
difference between Valuation type and valuation category?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What is the use of at new statement ?
What are the personnel administration related infotypes? : abap hr
What functions does a data dictionary perform? : abap data dictionary
Explain what are the problems in processing batch input sessions?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is sapnet?