Click here to Skip to main content
15,881,516 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

What is the difference between equi join and inner join. In inner join only matched columns will be displayed and equi join we use operetor but how it works.

Thanks in advance,
vani
Posted
Updated 29-Nov-13 6:11am
v2

Equi join uses equal sign as the comparison operator. Both inner join and outer join belong to equi join. Find out more here:

http://beginner-sql-tutorial.com/sql-joins.htm[^]
 
Share this answer
 
Comments
Maciej Los 29-Nov-13 14:11pm    
Good work, a5!
Solution 1 by Peter Leow is very good and i would do something extra (add link): Visual Representation of SQL Joins[^]
 
Share this answer
 
Comments
Peter Leow 29-Nov-13 21:07pm    
Thanks for your encouragement. a5 too!
Maciej Los 30-Nov-13 11:42am    
Thank you, Peter ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900