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

join

Former Member
0 Likes
308

what is diff b/w innner join and outer join?plz tell

1 REPLY 1
Read only

Former Member
0 Likes
289

inner join : this extracts records which are present in all the tables involved in the join.kind of intersection between the tables.

outer join : it retrieves all the records fromm all the tables involved in the join.kind of union between the tables.