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 is the use of table maintenance allowed?

545


How will you insert record in a sorted table

866


What are advantages and disadvantages of logical data base

1754


Are you familiar with all steps for setting up a workflow?

1673


Explain get cursor field?

671






How do you activate a function exit?

560


What are the two ways for restricting the value range for a domain? : abap data dictionary

530


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1568


What is a variable in the sap abap?

553


What is a currency factoring technique?

696


What is the difference between Check and Continue?

653


How do you populate data into a multiple line field? : abap bdc

622


what is the difference between Blocked ALV and interactive ALV?

1866


What is the use of the raising exception?

567


Explain the different types of data dictionary objects?

521