What is the basic difference between view and a join.
Why i am asking is ..... by using views or joins we can combine columns from one or more tables and can update only if view or join are from one table only, if its more than one it cant be updated in both cases.
What is the basic difference between view and a join.
Why i am asking is ..... by using views or joins we can combine columns from one or more tables and can update only if view or join are from one table only, if its more than one it cant be updated in both cases.
then what is the diff btw view and a join....
Ajay Chandra
Hi ajay
The difference b/w join and view is view is a virtual table ,and join is an existing thing.
Access permissions can be set on views in case of joins its not so.
this much i know.
any corrections welcome.