what are Joins? How many types are there?
Answer Posted / rabindra
Joins are 2 types. INNER JOIN, OUTER JOIN.
Inner Join:
In case of inner join there should be an entry in all the
tables use in the view.
Outer Join:
With the use of outer join you can join the tables even
there is no entry in all the tables used in the view.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
Why do we use dynamic where conditions?
In what ways we can get the context sensitive f1 help on a field?
What is the use of table maintenance allowed?
What is a view in sap? : abap data dictionary
Event handling in oops
What is a data class? : abap data dictionary
What is lock object ? : abap data dictionary
How to display if the value entered contains records or not?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is the difference between data elements and domains?
What is an “on request field” statement?
What is difference between dialog program and a report?
What is design pattern? Provide example .Why are we using it?