Give the syntax of Inner,outer Join?"

Answer Posted / navneet

inner join :
select P~<fieldname> d~<fieldname> into corresponding
fields of table <internaltable> from ( <table> as p inner
join <table> as d on <join condition> and <cond>.

outer join:
select P~<fieldname> d~<fieldname> into corresponding
fields of table <internaltable> from ( <table> as p left
outer join <table> as d on <join condition> and <cond>.

Is This Answer Correct ?    29 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the dis-advantages of logical databases? : abap hr

611


1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?

2569


Can we display a list in a pop-up screen other than full-size stacked list?

694


Will 50,000 records be uploaded directly into APP's Server?  

1922


when do you need to create an internal table with header line ? and with out a header line?

1493






Differentiate between ooabap and abap?

718


What is an abap data dictionary? : abap data dictionary

610


What is an “on input filed” statements?

631


What is an update task? : abap modularization

592


Difference between domain and data element? What are aggregate object?

609


How can we achieve MVC ?

906


What is a projection view? : abap data dictionary

595


What are data classes? What are the various data classes available for selection? : abap data dictionary

561


What is IMG in SAP?

717


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1537