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 |
Can we call reports and transactions from interactive reporting lists?
What is get cursor field?
How to test a script?how to find versions in scripts?
Types of windows and Difference between them in Scripts
How to insert row in an Internal table?
What is the role of ‘refresh’ in internal table?
What are the parameters used in each function?
What is the difference between semi-monthly and Bi-weekly payroll area
Differentiate database index and match code.
What is page window?
how can we do performance tuning after coding?
What are screen painter and menu painter?