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


Please Help Members By Posting Answers For Below Questions

How to specify a client for database table processing?

617


What is the difference between pnp and pnpce? : abap hr

1090


On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?

598


how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?

1582


Define batch input session?

583






What are the data types of internal tables?

588


Explain about sap fico testing and the tools used? : abap bdc

612


what are the critical issues u face in ur project?

1975


What are the types of views? : sap abap data dictionary

644


When to use logical database?

573


Difference between sy-tabix and sy-index?

797


What are screen painter and menu painter? : abap hr

577


What are the differences between the table and the structure in the data dictionary in the sap abap?

592


any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?

1987


How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul

2123