Give the syntax of Inner,outer Join?"
Answer Posted / ravi ranjan
syntax of inner join:-
select t1~field1 t1~field2 t2~field3 t3~field4
INTO CORRESPONDING FIELD OF TABLES <INTERNAL TABLE>
FROM TABLE1 AS t1 inner join table2 as t2 on
t1~field1(key field) = t2~field2(key field).
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can we specify the next screen number with a variable?
Explain the difference between domain and data element?
How to handle error in session method? : abap bdc
What is table buffer?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Can we use flow logic control key words in abap/4 and vice-verse?
What was the requirement of IDoc in your project? How it was working?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is new enhancement framework?
Can matchcode object contain ids with different update types? : abap data dictionary
What is erp? : sap abap hr
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the value tables?
Can we create a gui status in a program from the object browser?
What are the different types of the variable in the sap abap?