what is the difference between view and join
Answers were Sorted based on User's Feedback
Answer / sukhbir
View and Join : two different way to join 2 or more
database table.
Join should be used to join 2 or 3 table small size table ..
performance will reduce in case of join b/w two large
database table.
View are always better then join in terms of performance....
Is This Answer Correct ? | 33 Yes | 9 No |
Answer / rupali
view is used to display only selected coloumns,it provides
restriction to display selected coloumns to the selected
user.
but in joins there nothin like restrictions,it is simple
join of two tables or more than two tables....
Is This Answer Correct ? | 15 Yes | 3 No |
Answer / gireesh
view is just virtually Create table and perform a task.
join is combine(group) two or more tables based on
conditions to collect data
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / visweswara
view contains 5 number of types.
in database view is joins 2 or more tables,
joins also do same work.
join is nothing but a database view.
view is generate the code and gives the result of table.
but our own 'join code' not genrate any programe but we
write reqired code for it and there is no external code is
genrated. thatsway join is better than view.
so we used to 'join' for write report programs.
Is This Answer Correct ? | 6 Yes | 17 No |
What is the use of table control in bdc is it same in module pool table control? : abap bdc
How will you process the Session method in Background?
How to generate and processing the session in the same program?
WHAT IS PEFORMANCE TUNING?
23) How to create one page in landscape and the other page in portrait in Scripts?
Uses of runtime analysis and sql trace with example(coding).
how to invoke smart forms from a program ?
Explain the way(s) you find an exit(s) to a given standard sap program?
wat are the process that can be executed & tracked in a workflow?
What is time constraint ? : abap hr
what are version management functions?
use of chain and endchain?