Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

innerjoin & view

Former Member
0 Likes
244

what is innerjoin & view? diff ..between them?

which one is advantage,explain plzzzzzzzzzz

1 REPLY 1
Read only

Former Member
0 Likes
217

Innerjoin and database view basically does the same. JOin two tables based on a condition.

The difference is that the VIEW is defined in a permanent fashion in the dictionary and the innerjoin's life is within the program. After the program, the join's existence will not be there.

Regards,

Ravi