SQL JOINs explained
SQL JOINs? Go read the article from the source ( Visual Representation of SQL Joins) and it’ll make even more sense.
Updates:
- 2020-02-20
LEFT OUTER JOIN
is the same asLEFT JOIN
(which by extension means thatRIGHT OUTER JOIN
is the same asRIGHT JOIN
)- This link just proved useful: A Visual Explanation of SQL Joins
Written on March 4, 2014